Fractal Trees - Object Oriented
Coding Challenge #15
In this coding challenge, I continue the topic of algorithmic botany with another way of generating a tree. With this method, every part of the tree will be an object, so that we can apply forces and attributes to each element
Community Contributions
- My version of object oriented fractals creating a forest randomly by Alex Norman (Source Code)
- Interactive C++ Cinder Version by Ayman (Source Code)
You can also add your own version! (See how)