Usage of this project requires the Vektoria engine (scene graph and input) and the physics engine Rumble3D.
The DirectX SDK 2010 (June) needs to be installed! It has to be the SDK not the Runtime Environment! https://www.microsoft.com/en-us/download/details.aspx?id=6812
- Copy the Vektoria library (V17 VS2017_withPatch01) to the parent folder of this project.
- Navigate to the Rumble3D sub-module and build it using the provided visual studio solution file.
- Open the visual studio solution file of this project and build it.
Thanks to Prof. Dr. Tobias Breiner for providing the Vektoria example project and the Vektoria engine, which this project builds upon.