Sunday 6 February 2011

Introducing spirals.

Spirals are strange. Especially when you think about it mathematically and geometrically.

Below are some examples of spirals I've made using pure code alone. The 3D effect is done using rectangle instead of more conventional lines. It looks a lot more cool if you do this, even if it is in 2D!

Spiral 1:





Spiral 2:





I like this one, even if it's a bit abstract:





Spirally spiral:





----------------------------------------------------
Finally, here is some of the code for the spirals above. Please note, the `z` variable is commented out because I don't actually use it, although perhaps will do with future graphics stuff.


No comments:

Post a Comment