/scop

🧊 A compact 3D object viewer

Primary LanguageC

🧊 scop

A simple 3D object viewer implemented in C++ using OpenGL, GLAD, GLFW and stb_image.h.

🖼️ Gallery

msrdc_7dMRU0zRJV.mp4

🚀 Running the project

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]