back

Individual Modules

Images created with Processing_BETA 0135

Pattern 1



Pattern 2



Pattern 3



Pattern 4



Spirograph


A Spirograph is a curve formed by rolling a circle inside or outside of another circle. If the radius of fixed circle is R, the radius of moving circle is r, and the offset of the pen point in the moving circle is O, then the resulting curve is defined by:

x = (R+r)*cos(t) - O*cos(((R+r)/r)*t)

y = (R+r)*sin(t) - O*sin(((R+r)/r)*t)

(moving circle outside the fixed circle)


Branch


When the script reaches a specific level of branching it creates a flower and it returns back to the previous branch where it starts from the beginning.


Cube


A line that moves inside an unrolled cube. When it reaches one edge (red color) it jumps to the edge that is beside it, so when the cube is rolled again, a continuous line is created.


Bouncing Ball


A bouncing ball that moves inside a cube and draws its route.



top

back

This website has been archived and is no longer maintained.