Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.