Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 292 Bytes

File metadata and controls

10 lines (7 loc) · 292 Bytes

3D_GameProgramming

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)