Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 404 Bytes

File metadata and controls

12 lines (11 loc) · 404 Bytes

vulkanTutorial

This is a repo where I'm following the Khronos Vulkan Tutorial with Vulkan 1.4, C++23 with modules and trying to follow best practices.

You need gcc 16 and vulkanSdk for this project to build. And you can just run

./build.sh

to build the project and run

./runGame.sh

to run the engine/game.