Skip to content

stanthesoupking/vkHelloTriangle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vkHelloTriangle

Hello triangle program implemented in Vulkan. This is mainly intended to be used as a starting point for new Vulkan projects. The code was created by following the Beginners Guide to Vulkan.

Compiling

To compile you will first need to make sure that you have a copy of the VulkanSDK and CMake installed.

mkdir build
cd build
cmake ../
make

About

Hello triangle implemented in Vulkan.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages