top of page

Fractal Tree Generator - Art tool made w/ OpenGL/C++

Using C++, OpenGL and GLUT, I created a tool/toy that  mathematically creates beautiful trees in 2d or 3d space.  If you turn up the random values, each one is unique.  Its great for pumping out pretty pictures. It can also double as a snowflake generator. I also duplicated this project in Maya using Python so trees can be exported for game engines. A fun use of recursive code.

Maya/Python Version

bottom of page