Personal

Fractal Trees

These fractal trees were created in Python using scalable vector graphics. I implemented a recursive algorithm for binary fractal trees based on this approach, rendering with SVG library pySVG. I also added some randomness and color interpolation to create the various effects below. Most of the trees involve randomness in branch length and angle, some are restricted to grow more to one side, etc. See the code on github.

Full Spread

Building a recursive fractal tree

Full Spread

Experimenting with randomness in branch angle and length

Full Spread

Adding color

Full Spread