A simple 3D object viewer implemented in C++ using OpenGL, GLAD, GLFW and stb_image.h.
msrdc_7dMRU0zRJV.mp4
To run the project, you preferably need to be on Linux (Ubuntu) and run the following commands:
# Compile the project
make# Launch the program
./scop <pathToObjFile> [pathToTexture]