titarch / elplant

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU General Public License v3.0


Languages

Language:C++ 99.9%Language:CMake 0.1%