The Wayback Machine - https://web.archive.org/web/20201104223308/https://github.com/alaingalvan/raw-vulkan
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 

readme.md

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

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.