Game programming in modern C++ / OpenGL.
[Currently working on the render code]
Current goals:
- get something to render - simple scene with 3D cubes?
- move the rendered scene with keyboard/controller
- create a working Entity-Component-System (OOP is just too slow)