README 560 B

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