Computer Graphics Boiler plate written in C++.
- Create a build directory in the root of the project using
mkdir -p build
- Enter directory and use
cmake ..
- Compile the makefiles generated using
make -j6
.-j6
is for 6 threads. - Run the application with
./app
(default name of executable)
- This Boiler plate is written for C++
- Libraries GLM, ASSIMP, STB, GLFW, and GLAD