1234567891011121314151617 |
- # Tree Generator
- Tree generator using space colonization algorithm
- ### The space colonization algorithm.
- The cornerstone of the proposed method is the space colonization algorithm which treats competition for space as the
- key factor determining the branching structure of trees.
- ## Sample Result
- ![alt text](https://image.ibb.co/j204qf/sample.png)
- In order to run this project you need to install openframeworks.
- Afterwards, run "make" on your terminal.
- In case of success you should get an object file in ./bin.
- Run ./bin/Tree to start the application
|