Navigation



3D Surface Calculator

Other Stuff

Links

Home

3D Fractals





 

This is an attempt a creating fractals in three dimensions. The fractals are drawn using recursive turtle graphics. Unfortunately, the idea works better on paper; any fractals I created in three dimesions ended up looking more like bundles of string than pretty pictures.

My 3d turtle library was adapted from the turtle library by Chris Hartman.
The fractals are displayed using a modification of illiSkel by George Francis, Stuart Levy, Glenn Chappell, and Chris Hartman.





TODO:


Add roll() function to turtle3d.
Find a 3d fractal that looks good.
Clean Up Code