Skip to content

cledant/scop_vulkan

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

scop

screenshot

scop is a 3D model viewer made with Vulkan, C++20 and GLFW.

Features

scop can load Wavefront .obj files and is controllable with GUI

Compiling

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.

Usage

Run ./scop.
There is no CLI options.