Skip to content

L-system generator in 2D and 3D, exportable in various formats

License

Notifications You must be signed in to change notification settings

titarch/elplant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elplant

Custom implementation of Lindermayer's l-systems.

  • Input: grammars
  • Output: .obj .mtl (blender)
  • Output: .yaml (raytracer)

Build

mkdir build
mkdir output
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make -j4
./elplant

About

L-system generator in 2D and 3D, exportable in various formats

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published