An open API service indexing awesome lists of open source software.

https://github.com/tfc/physics

Small physics engine
https://github.com/tfc/physics

Last synced: 11 months ago
JSON representation

Small physics engine

Awesome Lists containing this project

README

          

This project is my small attempt to write a 2D-physics engine.

The physics engine itself is isolated from any GUI-code and tries to be generic.

GUI code is taken and adapted from Qt's developer examples.