Pole Position is a project that originally aimed to simulate the mechanics of automobiles. Now it is used as a general sandbox project to develop features for the Quartz engine.
This project utilizes the Quartz Engine and acts as a demonstration for how to use the Quartz Engine for your application.
This project is built with cmake. Create a build directory (.build/), cd into it and run cmake .. -DCMAKE_BUILD_TYPE=Debug then ninja.