Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 526 Bytes

File metadata and controls

9 lines (6 loc) · 526 Bytes

Pole Position

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.

Building

This project is built with cmake. Create a build directory (.build/), cd into it and run cmake .. -DCMAKE_BUILD_TYPE=Debug then ninja.