Widget Wednesdays #23

Today I decided to make a fractal tree, just for fun. It’s a remarkably simple program. Turns out you can get a lot out of mileage from using recursion in your graphics programming.

I wanted something that would change shape in response to mouse movement, but would still remain tree-like, and I’m pretty happy with how it turned out.

You can play with it here.

2 thoughts on “Widget Wednesdays #23”

Leave a Reply

Your email address will not be published. Required fields are marked *