Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/plwai/simple-ogl-engine
opengl utilities stater pack
https://github.com/plwai/simple-ogl-engine
2d-graphics glfw3 openal opengl
Last synced: about 1 month ago
JSON representation
opengl utilities stater pack
- Host: GitHub
- URL: https://github.com/plwai/simple-ogl-engine
- Owner: plwai
- Created: 2018-01-02T09:32:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-03T01:55:38.000Z (over 6 years ago)
- Last Synced: 2024-10-14T04:01:12.792Z (3 months ago)
- Topics: 2d-graphics, glfw3, openal, opengl
- Language: C
- Size: 301 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple-ogl-engine
A simple opengl utilities stater pack which include utilities like shader loader, texture loader, sprite rendering and etc. A simple example is included in this project. Currently, only 2D is supported.# Dependency
- CMake 3.10+
- OpenGL 3.3+
- GLFW 3+
- GLM
- FreeType
- libogg
- ligVorbisFile
- OpenAL# License
MIT