space colonization

Doro Umarov 489c6c7f91 Update README 5 年之前
src c74b90593d Updated whole project 5 年之前
.gitignore be2b3abc6c First commit 6 年之前
Makefile c74b90593d Updated whole project 5 年之前
README 489c6c7f91 Update README 5 年之前
Tree.qbs c74b90593d Updated whole project 5 年之前
Tree_UML_CLASS.png c74b90593d Updated whole project 5 年之前
Tree_UML_USE_CASE.png c74b90593d Updated whole project 5 年之前
addons.make c74b90593d Updated whole project 5 年之前
config.make c74b90593d Updated whole project 5 年之前

README

# 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