Skip to content

Udayask/VulkanApps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VulkanApps

Sample vulkan applications to learn Vulkan API & some graphics programming.

Starts off with Vulkan-Tutorial.com based code adapted to run natively on Windows without the use of GLFW/SDL2.

  1. Adopt automatic destruction of resources through lambdas.

  2. Use OpenGL co-ordinate system (modify projection matrix by multiplying a clip matrix and transform to Vk space). The triangle ordering gets flipped though.

  3. Use stb image loader to load a checkerboard image.

Renderdoc is a very useful tool for debugging vulkan applications. One can use Flycam mode in MeshViewer and inspect what falls within frustum.

About

Vulkan Sample Apps

Resources

License

Stars

Watchers

Forks