Ecosyste.ms: Awesome
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: 17 days ago
JSON representation
Simple OpenGL platformer with SAT algorithm.
- Host: GitHub
- URL: https://github.com/scenent/gl-platformer
- Owner: scenent
- License: mit
- Created: 2023-12-05T15:17:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-05T15:30:22.000Z (about 1 year ago)
- Last Synced: 2024-11-15T02:29:23.142Z (3 months ago)
- Topics: c, opengl, platformer
- Language: C
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)