Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

c opengl platformer

Last synced: 17 days 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)