All Projects → cledant → scop_vulkan

cledant / scop_vulkan

Licence: MIT license
A 3D model viewer written C++20 and Vulkan

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects
GLSL
2045 projects

Projects that are alternatives of or similar to scop vulkan

Demos
Vulkan API crossplatform demos in Go
Stars: ✭ 103 (-22.56%)
Mutual labels:  vulkan, glfw
luajit-glfw
GLFW bindings for LuaJIT
Stars: ✭ 51 (-61.65%)
Mutual labels:  vulkan, glfw
Flextgl
OpenGL and Vulkan header and loader generator.
Stars: ✭ 180 (+35.34%)
Mutual labels:  vulkan, glfw
Oreon Engine
OpenGL/Vulkan Java 3D Engine
Stars: ✭ 431 (+224.06%)
Mutual labels:  vulkan, glfw
RavEngine
A fast, easy to use C++20 3D game library for modern computers
Stars: ✭ 122 (-8.27%)
Mutual labels:  vulkan, cpp20
Silk.net
The high-speed OpenAL, OpenGL, Vulkan, and GLFW bindings library your mother warned you about.
Stars: ✭ 534 (+301.5%)
Mutual labels:  vulkan, glfw
Berserk
[WIP] High performance 3D graphics game engine
Stars: ✭ 31 (-76.69%)
Mutual labels:  vulkan, glfw
Yggdrasil-Legacy
Experimental Vulkan Renderer / Game Engine written in C++20.
Stars: ✭ 20 (-84.96%)
Mutual labels:  vulkan, cpp20
GLFW3.NET
Automatic generated bindings of GLFW3 for .NET
Stars: ✭ 28 (-78.95%)
Mutual labels:  vulkan, glfw
RTX-Mesh-Shaders
Different mesh shading techniques using the NVIDIA RTX (Turing) technology.
Stars: ✭ 84 (-36.84%)
Mutual labels:  vulkan, cpp20
Magnum
Lightweight and modular C++11 graphics middleware for games and data visualization
Stars: ✭ 3,728 (+2703.01%)
Mutual labels:  vulkan, glfw
virtualGizmo3D
Virtual GIZMO - 3D object manipulator / orientator, via mouse, with pan and dolly/zoom features
Stars: ✭ 36 (-72.93%)
Mutual labels:  vulkan, glfw
Lwjgl3
LWJGL is a Java library that enables cross-platform access to popular native APIs useful in the development of graphics (OpenGL, Vulkan), audio (OpenAL), parallel computing (OpenCL, CUDA) and XR (OpenVR, LibOVR) applications.
Stars: ✭ 3,540 (+2561.65%)
Mutual labels:  vulkan, glfw
Bgfx
Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.
Stars: ✭ 10,252 (+7608.27%)
Mutual labels:  vulkan, glfw
glfw-d
D translation of GLFW, a multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input
Stars: ✭ 14 (-89.47%)
Mutual labels:  vulkan, glfw
Nimgl
NimGL is a Nim library that offers bindings for popular libraries used in computer graphics
Stars: ✭ 218 (+63.91%)
Mutual labels:  vulkan, glfw
framework
The exomia/framework is used for building 2D and 3D games and more inspired by the XNA/Mono framework.
Stars: ✭ 21 (-84.21%)
Mutual labels:  vulkan, vulkan-engine
zig-vulkan-triangle
simple triangle displayed using vulkan, glfw, and zig
Stars: ✭ 55 (-58.65%)
Mutual labels:  vulkan, glfw
Vulkan-VXGI-VR-FrameWork
No description or website provided.
Stars: ✭ 75 (-43.61%)
Mutual labels:  vulkan, vulkan-engine
nuklear-glfw-vulkan
A nuklear adapter that does Vulkan rendering
Stars: ✭ 52 (-60.9%)
Mutual labels:  vulkan, glfw

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].