space-colonization-algorithm
There are 14 repositories under space-colonization-algorithm topic.
jasonwebb/2d-space-colonization-experiments
Visual experiments exploring space colonization as a 2D morphogenesis tool.
demiaster/treegen
Vegetation Generation Tool for Houdini
edap/ofxSpaceColonization
Space Colonization algorithm implementation in openFrameworks
jasonwebb/unity-space-colonization
Unity implementation of the space colonization algorithm to generate organic branching structures.
iblancas/SpaceColonizationTreeGeneration
This project explore the use of the Space Colonization Algorithm, Generalized Cylinders and BSplines for realistic, 3Dimentional Tree generation.
luciopaiva/tree
A space-colonized growing tree.
friendlymatthew/nature
nature yo
pszczolo-jamnik/3d-space-colonization
Optimized, parallel implementation of space colonization algorithm in 3D
tresnjo/binary-root-generation
A space colonization algorithm algorithm to create tree- and root-like structures in 3D. The implementation combines with the Bresenhams line algorithm in order to return a binary 3D matrix which, for instance, can be used as input for CFD simulations using LBM.
yaiestura/fractals_research
University project research on fractal trees modelling in JavaScript as a sophomore
AaryaDevnani/ProceduralTreeGeneration
A C++ and OpenGL project for generating trees using L-Systems and the Space Colonization Algorithm. Features procedural branching, bark textures, and full tree rendering with leaves. Compares both methods for realistic growth, with support for adjustable parameters, custom rules, and optimizations for performance and visual fidelity.
jana-ja/SpaceColonizationPlus
Bachelor Thesis Project creating 3D Tree Models using a Space Colonization algorithm
PaoloGinefra/SpaceColonizationAlgorithm
This is a simple p5 sketch implementing the Space Colonization algorithm for tree generation