Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 258 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 258 Bytes

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