Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 529 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 529 Bytes

Vulkan-Engine

About

This is a personal project for learning 3D Rendering and the Vulkan Rendering API. Therefore the project is not focused on being the tidiest nor the most cleanly written engine.

Screenshot from 2022-11-09 19-20-54

How to build

mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release ./vulkan-engine or with mangohud for FPS and other stats mangohud ./vulkan-engine