Dark Bit Factory & Gravity

PROGRAMMING => Freebasic => Topic started by: Shockwave on January 24, 2008

Title: Radial Fuzz full source code
Post by: Shockwave on January 24, 2008
Here you are, the source code to radial fuzz by S!P

A bit messy even by my standards, much of it was written while drunk.

Use freely... Credit would be nice but failing that, a plug to this board will do fine.
Title: Re: Radial Fuzz full source code
Post by: relsoft on January 25, 2008
This is why I love this community. Nothing beats getting a source to a great intro in the morning! K++
Title: Re: Radial Fuzz full source code
Post by: DrewPee on January 25, 2008
Love that Shocky! A circle scroller - cool cool beans!!!! Thanks for the code! I will have a look and see if I understand it! lol!

Thanks again Shockwave! K++

Drew
Title: Re: Radial Fuzz full source code
Post by: benny! on January 25, 2008
Even if I do not code in Freebasic.

K++ for that sharing deed!
Title: Re: Radial Fuzz full source code
Post by: Shockwave on January 25, 2008
Thanks for the Karma :)

Benny, you should download Freebasic, it's free and would take you a few minutes ;)
Title: Re: Radial Fuzz full source code
Post by: benny! on January 26, 2008
@Shocky:

Well, I do not know ? I remember having a quick look at freebasic in the past
(cannot remember which version is was then). Personally I use a Basic language
for internal tools and for prototyping only. And so far I am happy with PureBasic?

I know you know both basics ? Are there any significant advantages of freebasic
over purebasic ?
Title: Re: Radial Fuzz full source code
Post by: Shockwave on January 26, 2008
Just that it will be nice for you to be able to compile listings mate. You might as well, it doesn't cost anything.
Title: Re: Radial Fuzz full source code
Post by: benny! on January 26, 2008
Good point. I will do so. It makes fun compiling listings
and changing some constants just to see how the fx
changes.

Convinced me ;-)
Title: Re: Radial Fuzz full source code
Post by: Shockwave on January 26, 2008
Make sure to follow the tutorial on the front page though to get tinptx_ext installed properly because a lot of stuff depends on this lib :)