Page 1 of 1

, module 120 spir0 v1 uploaded

Posted: Thu Oct 09, 2008 5:43 am
by anomad
. as a thanks to everyone who has helped me w/my python + modul8 questions (esp. lupin and videomasta :) , i've uploaded a module called spir0

. it mimics the childrens spirograph toy (http://en.wikipedia.org/wiki/Spirograph )

. it moves the active layer along the path a spirograph would take

. try creating a text layer, use an 'o' or '+' as the text, turn the trace knob to 100% (so it turns red) add a z rotate, auto scale and subtractive auto color and let it run! :)

. the next/prev and random frame buttons were included for movie files that are composed of a series images (i've used a bunch of webding fonts) that looked cool going through the effect

. to do: fix the parameters. i've sort of left the r1 and r2 parameters in the range of stuff that looks neat, but my math skills aren't that great and there are most likely better numbers and ranges to use.

. let me know if you have any questions or comments !

-james
(a nomad. )

Posted: Thu Oct 09, 2008 7:00 pm
by Lo
Very interesting :)

I just don't realy understand how to control the path, but randomly it works.

I never thought python would guive so much possibilities

Posted: Fri Oct 10, 2008 5:26 am
by anomad
. glad you like it! :)

. i used the math from this site :

http://www.math.psu.edu/dlittle/java/pa ... index.html

. it might give you a better idea of what it's doing - but as i said, my numbers and ranges could use some fine tuning...

Posted: Sun Oct 12, 2008 6:04 pm
by mowgli_uk
Great stuff, I'm having loads of fun finding out all its possibilities!
Thanks.