GitHub

README.md

This is a simple OpenGL application that demonstrates basic graphics functionality, including a moving camera. The application allows you to explore 3D environments and offers the flexibility to build ...
├─ engine/ # Core engine modules │ ├─ Input/ # Input abstraction │ ├─ Renderer/ # OpenGL, ImGui, shaders │ ├─ Utils/ # Logger, helpers ...