Quads C++

The project use CMake. Run the following commands to compile the programm.

mkdir build
cd build
cmake ..
make

Then you can run the programm with

./quad ../meshes/duck.obj

In the window, you are able to zoom in and zoom out using the mouse wheel, or to move using the mouse left button.