Skip to content

autun12/VulkanProgramming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vulkan Programming

Just messing around in vulkan

Prerequisites

You may need to run the install commands with sudo

Ubuntu

apt-get install libgflw3-dev libvulkan-dev and pkg-config

Arch

pacman -S vulkan-devel glfw-x11 if you are using wayland install glfw-wayland

Building code

run make

Run code

chmod +x run.sh ./run.sh

You should change the VULKAN_SDK_PATH variable in the makefile with where ever your vulkansdk is placed

About

Vulkan Programming stuff

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors