• Stars
    star
    124
  • Rank 288,207 (Top 6 %)
  • Language
    C++
  • License
    MIT License
  • Created about 7 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Tiny 2D physics engine

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 && 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.

Reference