A small update to my 3D game demo to test some shader and model loading code.
Download (2.4MB, Windows 10/11)
Libraries
- GLFW: Window, OpenGL context, and keyboard input
- Galogen: OpenGL API headers
- GLM: Vector and matrix math
- std_image: Texture loading
- SoLoud: Sound playback
- JSON for Modern C++: Parsing JSON in GLTF models.