Hello everyone,

Im fooling around with some 'generative art' :P and want to put an nicely done random background with blobs floating around and drawing a curve through the midpoints of each circle, im pretty happy with the results, it actually works just fine, but it lacks optimization, since my coding skills aren't that great.

Im using an different random generator Class then actionscript's build in Math.random(), the results are much better,
and the generated number are really much more random

You can find my code here:
http://jankun.org/code/CircleMess.as

Pseudo Random Number Generator by polygonal labs:
http://lab.polygonal.de/wp-content/articles/prng_parkmiller/prng_parkmiller_as3.zip

Play with it, optimize, add, remove, do whatever you like, but give me some feedback how to make this thing better :)
Any pro insights would be appricated.

thanks
Patrick


_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to