An example seed project introducing programming a C++ Vulkan application.
First install Git, then open any terminal such as Hyper in any folder and type:
# 🐑 Clone the repo
git clone https://github.com/alaingalvan/raw-vulkan --recurse-submodules
# 💿 go inside the folder
cd raw-vulkan
# 👯 If you forget to `recurse-submodules` you can always run:
git submodule update --init
Renders out a triangle to the target OS windowing system and updates it every frame.