A lightweight 3D rendering engine based on modern OpenGL.
The project uses CMake for building:
$ sudo apt install git build-essential cmake xorg-dev libgl1-mesa-dev
$ brew install cmake
You need to manually install these tools:
Now open a Developer Command Prompt for VS 2017 and you are ready to build the project.
# Clone repo
$ git clone [email protected]:leaf3d/leaf3d.git
# Build project
$ cd leaf3d
$ mkdir Build
$ cd Build
$ cmake ..
$ cmake --build .
MIT License © Emanuele Bertoldi