alaingalvan / raw-vulkan

πŸ”₯ Experiments building Vulkan applications, libraries, and abstractions.

Home Page:https://alain.xyz/blog/raw-vulkan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

πŸ”₯ Experiments building Vulkan applications, libraries, and abstractions.

https://alain.xyz/blog/raw-vulkan

License:MIT License


Languages

Language:C++ 88.4%Language:CMake 8.7%Language:GLSL 2.9%