Monday, June 13, 2011

Tree Fractal by Anthony Mattox

Tree Fractal from anthony mattox on Vimeo.



Simple recursive functions can created complex geometric fractals. A functions draws a graphic and then by calling itself any number of times creates branches in the image. Each of the branches follows the same algorithm and creates the fractal. The transformations which occur between iterations, the graphic drawn, and any other steps or even randomized algorithms within the process determine the resulting fractals structure.

This animation was programmed with Processing. processing.org

More of my work is available at anthonymattox.com

No comments:

Post a Comment