OrbitGL is a real-time 3D scene built using OpenGL, GLFW, and CMake.
Features a dynamic sun with Phong lighting that reacts to its position.
- OpenGL 3.3+
- GLFW 3.x
- GLAD
- GLM
- stb_image
- CMake ≥ 3.22
This repo uses CMake with GLFW and GLAD included as source dependencies.
| Key / Input | Action |
|---|---|
| W A S D | Move camera |
| Mouse | Look around |
| Scroll wheel | Zoom |
| ESC | Quit |