Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 996 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 996 Bytes

lsystem visualizer Build&Release

screenshot

Building

mkdir build
cd build
cmake <path-to-cloned-repo>
cmake --build .
./src/lsystem # or .\src\Debug\lsystem.exe if you're on Windows

Dependencies

CMake >= 3.12

Also, if you're on Linux, you'll need to install dependencies for building SFML specified here.

Ubuntu:

sudo apt install libxrandr-dev libxcursor-dev libudev-dev libopenal-dev libflac-dev libvorbis-dev libgl1-mesa-dev libegl1-mesa-dev

sfml-imgui-template by Elias Daler from here