Skip to content

OswaldXia/apollonia

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Tiny 2D physics engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.5%
  • CMake 2.5%