Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 1.23 KB

TODO.md

File metadata and controls

14 lines (14 loc) · 1.23 KB

Release 0.1.0 - TARGET - Render basic 3d scene

  • 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