scop is a 3D model viewer made with Vulkan, C 20 and GLFW.
scop can load Wavefront .obj files and is controllable with GUI
Make sure you have the libraries by running git submodule init && git submodule update
.
You may compile scop
binary by running mkdir build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release && make -j8
.
Run ./scop
.
There is no CLI options.