https://github.com/tfc/physics
Small physics engine
https://github.com/tfc/physics
Last synced: 11 months ago
JSON representation
Small physics engine
- Host: GitHub
- URL: https://github.com/tfc/physics
- Owner: tfc
- Created: 2011-03-24T16:07:31.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-09-05T14:00:27.000Z (almost 15 years ago)
- Last Synced: 2025-03-03T05:28:16.721Z (over 1 year ago)
- Language: C++
- Homepage: www.student-im-urlaub.de
- Size: 145 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.