/apollonia

Tiny 2D physics engine

Primary LanguageC++MIT LicenseMIT

Apollonia

A simplicity-first 2D physics engine.

Dependency

Demo

Stacking, Pyramid, Pendulum, Chain

Build

Try on ubuntu, Mac OS and windows:

$ git clone --recurse-submodules https://github.com/wgtdkp/apollonia
$ cd apollonia && mkdir build && cd build
$ cmake ..

For windows, VC project files will be generated under build/. For Linux(ubuntu) and Mac OS, we can build apollonia by:

$ make
$ ./apollonia

Reference