- Setup premake for Visual Studio 2022 Issue
- Add as submodules to project OpenGL, ImGui, glm, spdlog Issue
- Create a window Issue
- Add handling key events Issue
- Add abstractions for Rendering calls Issue
- Implement shader classes Issue
- Draw basic primitives (Triangle, Square, Circle) Issue
- Implemenmt text rendering Issue
- Implement camera Issue
- Implement texture rendering Issue
- Implement basic lighting Issue
- Implement collision detection Issue
- OPTIONAL Add shader cache Issue