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

https://github.com/scenent/gl-platformer

Simple OpenGL platformer with SAT algorithm.
https://github.com/scenent/gl-platformer

c opengl platformer

Last synced: 3 months ago
JSON representation

Simple OpenGL platformer with SAT algorithm.

Awesome Lists containing this project

README

        

# gl-platformer
Simple OpenGL platformer with SAT algorithm.

# preview

# requirements
- GLFW
- GLEW

# references
- [SAT-Collision](https://github.com/xSnapi/SAT-Collision)