Go to file
Djalim Simaila 579d5ec483 Add camera system with FPS and Orbit support
Introduce Camera.h/cpp defining abstract Camera, FPSCamera, OrbitCamera.
Update engine.h to include Camera and window size fields.
Implement cameraUpdate in engine.cpp handling mouse movement and key input.
Add framebuffer size and scroll callbacks for viewport resizing and zoom.
Remove legacy loop files (cube, rainbowWindow, rbgTriangle).
Adjust main.cpp formatting.
Update onCreate to load objects with textures and transforms.
Modify onUpdate to use Camera's view/projection matrices instead of hardcoded values.
2025-10-28 13:09:06 +01:00
assets Added more assets 2025-10-24 09:50:55 +02:00
include Add camera system with FPS and Orbit support 2025-10-28 13:09:06 +01:00
src Add camera system with FPS and Orbit support 2025-10-28 13:09:06 +01:00
.gitignore forgor about the cache 2025-10-15 08:20:55 +02:00
BUILD.md 📝 (BUILD.md): add build instructions 2025-10-15 08:14:26 +02:00
CMakeLists.txt ♻️ (engine.cpp,onCreate.cpp,showFps.cpp,CMakeLists.txt): remove unused headers and clean up build file 2025-10-15 10:02:30 +02:00