https://github.com/grzegorzkarczewski/jeetengine
Learning how to make my own Game Engine for a game
https://github.com/grzegorzkarczewski/jeetengine
cpp gamedev opengl
Last synced: 2 months ago
JSON representation
Learning how to make my own Game Engine for a game
- Host: GitHub
- URL: https://github.com/grzegorzkarczewski/jeetengine
- Owner: GrzegorzKarczewski
- Created: 2025-05-10T15:47:27.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-23T07:31:04.000Z (about 1 year ago)
- Last Synced: 2025-06-22T01:02:57.193Z (about 1 year ago)
- Topics: cpp, gamedev, opengl
- Language: C++
- Homepage:
- Size: 90.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
C++ / OpenGL learning project for building a lightweight, self-contained game engine.
By following [learnopengl](https://learnopengl.com/) i'm trying to build something that in the end will be a game/game engine.
Hobby project, probably will take years to finish ;)