Somewhat modularised version of the vulkan-tutorial in C and SDL. The origional tutorial code can be found here.
- Vulkan SDK
export VULKAN_SDK="{PATH_TO_VULKAN_ROOT}/1.2.X.0"
-
SDL2
-
SDL2_Image
-
cglm (add to CPATH)
All of the above should be in the PATH
Building
make
from project root
Running
make run
Check out the root make file to see other commands