Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 541 Bytes

credits.md

File metadata and controls

21 lines (15 loc) · 541 Bytes

Logging library - spdlog: https://github.com/gabime/spdlog

GUI library - dear ImGui: https://github.com/ocornut/imgui

Multi-platform library for OpenGL, windowing and input - GLFW: https://www.glfw.org/

Loader-generator for OpenGL - Glad: https://glad.dav1d.de/

Image Handling - stb: https://github.com/nothings/stb

Mathematics library - glm: https://glm.g-truc.net/0.9.9/index.html

Huge credits to the people behind https://github.com/mtwoodard/hypVR-Ray As the demo scene in this project is an adaptation of their solution.