raw-vulkan icon indicating copy to clipboard operation
raw-vulkan copied to clipboard

🔥 Experiments building Vulkan applications, libraries, and abstractions.

Raw Vulkan

cmake-img License

An example seed project introducing programming a C++ Vulkan application.

Getting Started

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

Examples

Hello triangle

Renders out a triangle to the target OS windowing system and updates it every frame.