simplified implementation of space colonization algorithm for tree generation
this project is a python implementation of a simplified version of space colonization algorithm for tree model generation, Originally Created by Dr. Adam Runions el al.
Sources:- Modeling trees with a space colonization algorithm (https://diglib.eg.org/bitstream/handle/10.2312/NPH.NPH07.063-070/063-070.pdf?sequence=1)
- Modeling and visualization of leaf venation patterns (https://www.academia.edu/download/1959716/9pgl0xhhkwu6mkf.pdf)
Please refer to Space_Colonization.ipynb for the implementation and some sample runs.
Here are some 2D tree models generated with this algorithm
There is currently no implementation for the "node decimation", or "Voronoi diagrams", which are mentioned in the source paper.




