This is a simple model viewer for the glTF format. It is written in C++ and uses OpenGL 3.
I like to thank the following sources for the code I used in this project:
https://github.com/mfl28/opengl-cpp-starter
https://learnopengl.com/Introduction
https://github.com/JoeyDeVries/LearnOpenGL
Download model in gltf format and put folder it in the models folder.
#build
cmake -B build
cmake --build build
#run
./build/main