cosmodd / scop

🧊 A compact 3D object viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🧊 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]

About

🧊 A compact 3D object viewer


Languages

Language:C 52.6%Language:C++ 47.0%Language:Makefile 0.2%Language:GLSL 0.2%