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.
- Host: GitHub
- URL: https://github.com/mackron/miniphysics
- Owner: mackron
- Created: 2020-09-20T11:29:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-20T11:34:52.000Z (over 5 years ago)
- Last Synced: 2025-04-11T04:30:40.765Z (about 1 year ago)
- Language: C
- Size: 8.79 KB
- Stars: 36
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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