This repository contains examples of how to use OpenGL with C++17. It is made for the "Computer Graphics and Man-Machine Interfacing" course (CMPN205) at Cairo University Faculty of Engineering.
IMPORTANT:
While running, make sure that the working directory is the project directory and not the build folder. This is necessary since the code expects to run in the same directory where the "assets" folder exist.
- Tutorials
- References
- glfw 3.3
- glad 2
- glm 0.9.9.8
- imgui v1.78
- json 3.9.1
- stb
- tinyobjloader v1.0.6
- tinygltf v2.4.0 [Not Used Yet]