A simplicity-first 2D physics engine.
Stacking, Pyramid, Pendulum, Chain
Try on ubuntu, Mac OS and windows:
$ git clone --recurse-submodules https://github.com/wgtdkp/apollonia
$ cd apollonia && cmake -S . -B build
$ cmake --build
For windows, VC project files will be generated under build/
. For Linux(ubuntu) and Mac OS, the apollonia
binary will be generated under the build/
directory.