The Daily Click ::. Downloads ::. Miscellaneous ::. Simple Fractal
 

Simple Fractal
Author: Pixelthief Submitted: 20th December, 2008 Favourites:0
Genre: Miscellaneous Downloads: 286
Rated:


Just a simple example of things MMF2 (and all klik products) can do. A recursive vibrating fractal tree that draws very quickly. Most kliker's seem unaware that things that seem so simple in C++ can also be done so simply in MMF, provided you know what you are doing. I simplified and expanded the code so its easy to follow what is happening; in compressed form, it can be done in 3 events!

Review This Download



 


http://claniraq.googlepages.com/Recursion2.zip (28.9 kb )



Posted by Pixelthief 20th December, 2008

oh yeah, use the
- & +
keys to control the recursive depth
 
Posted by -J- 21st December, 2008

This is great I managed to get some cool effects by altering some of the events
 
Posted by -Nick- 21st December, 2008

That's cool.

Can anyone get to Alt Value C = 7 without slowdown? Mine stays at 50 up to 6, but drops to 20 on 7.
 
Posted by Pixelthief 21st December, 2008

total number of operations run can be given as:
Σ(4^x,x,1,N) = (4/3) * 4^N - (4/3)


thus at N = 7, you have 21844 lines being drawn
 
Posted by Pan-tosser 24th December, 2008

good stuff. A long time ago I tried to make a recursive program that solved the towers of hanoi puzzle.
 

 



Author

Favourite



Advertisement

Worth A Click