Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0x1ed1ce/fps
A 3D physics engine
https://github.com/0x1ed1ce/fps
love2d lua
Last synced: 3 months ago
JSON representation
A 3D physics engine
- Host: GitHub
- URL: https://github.com/0x1ed1ce/fps
- Owner: 0x1ED1CE
- License: mit
- Created: 2024-03-08T14:01:52.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-30T13:07:25.000Z (4 months ago)
- Last Synced: 2024-10-14T06:03:02.463Z (3 months ago)
- Topics: love2d, lua
- Language: Lua
- Homepage:
- Size: 32.3 MB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Free Physics Solver
![LICENSE](https://img.shields.io/badge/LICENSE-MIT-green.svg) ![WIP](https://img.shields.io/badge/WIP-yellow.svg)FPS is a lite 3D physics engine intended to be used for game development.
## TODO:
- Contact manifold (contact point caching)
- Friction & dampening
- Sleep state
- Spatial partitioning
- Collision groups
- Constraints## License
This software is free to use. You can modify it and redistribute it under the terms of the
MIT license. Check [LICENSE](LICENSE) for further details.