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

https://github.com/mackron/miniphysics

Single file collision detection and dynamics library.
https://github.com/mackron/miniphysics

Last synced: 11 months ago
JSON representation

Single file collision detection and dynamics library.

Awesome Lists containing this project

README

          

An experimental dynamics and collision detection library. Nothing interesting here yet, but these are the goals:

* Single file
* C89
* Support for both fixed and floating point math
* Collision detection independent of dynamics
* Dynamics simulation
- Rigid body to begin with, maybe soft body later