Skip to content

Azrielx86/VulkanApp

Repository files navigation

Vulkan Triangle Draw Example

This is an example of a Vulkan Application in C++, based on my previous Vulkan Triangle Example

How to execute it

You may need the VulkanSDK tools, if you are using Linux, check your distro repository list.

I had to install this packages on Gentoo:

dev-util/vulkan-headers-1.3.268
dev-util/vulkan-tools-1.3.268
dev-util/vulkan-utility-libraries-1.3.268
media-libs/vulkan-layers-1.3.268
media-libs/vulkan-loader-1.3.268
media-libs/glfw-3.3.8
media-libs/shaderc

Also you need Boost library for boost::format

To use it on Windows, you can download the LunarG VulkanSDK from here, GLFW and Boost are avaiable at vcpkg.

Result

Model link here

About

A Vulkan usage example to load and render a 3D model

Topics

Resources

Stars

Watchers

Forks

Contributors