I'm looking for a good way to represent organic growth - especially trees and flowers - using code.
I've found Lindenmayer Systems as a reasonable way to portray this, but need a good place to start programming this.
Any good suggestions?
...
I am working on a project to display and animate a tree growing. I am using C++ and OpenGL on this project. The tree grows to a certain number of branches, stops, and then the tree's leaves fall to the ground. I have decided to use Lidenmayer systems to graphically depict this because it seemed an easier alternative to creating a structu...