C++ port of CarPhysics
- CMake >= 3.0
- Dependency on pygame, you may install it via pip for example.
- Dependency on Box2D, and pybind11 as a submodules.
To get the code of these two libraries:
git submodule update --init --recursive
mkdir build
cd build
cmake ..
make
cd python
python testbench.py