An OpenGL 4.6 model viewer made as a learning project.
To build the project simply add the following libraries to the compiler include paths:
- glad
- glfw
- glm
- imgui
- assimp
- stb_image
Then link glfw & assimp.
- learnopengl.com
- Fundamentals of Computer Graphics 4th Edition (Steve Marschner, Peter Shirley .et al)