Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kotleni/glengine
Cpp 3d OpenGL simple game engine.
https://github.com/kotleni/glengine
cpp engine glsl opengl render sdl2
Last synced: 5 days ago
JSON representation
Cpp 3d OpenGL simple game engine.
- Host: GitHub
- URL: https://github.com/kotleni/glengine
- Owner: kotleni
- License: mpl-2.0
- Created: 2024-06-03T09:40:16.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-14T20:55:20.000Z (3 months ago)
- Last Synced: 2024-08-14T22:59:08.120Z (3 months ago)
- Topics: cpp, engine, glsl, opengl, render, sdl2
- Language: C++
- Homepage:
- Size: 14.3 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## glengine
Cpp 3d OpenGL simple game engine.
Check this board to get information about development.### Actual features
- [ ] Basic rendering
- [x] Models
- [x] Textures
- [x] Simple light
- [ ] Advanced light
- [x] UI
- [ ] Splash screen
- [x] Console
- [ ] Platforms
- [x] Linux
- [x] MacOS
- [ ] Windows (#9)
- [ ] Game world
- [x] Game objects
- [ ] Physics (#4)
- [ ] Levels system
- [ ] In-game editor (#10)
...