Skip to content

🔥 Experiments building Vulkan applications, libraries, and abstractions.

License

Notifications You must be signed in to change notification settings

alaingalvan/raw-vulkan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published