A Vulkan sandbox application for educational purposes. This project demonstrates the fundamentals to initialize Vulkan and render a simple model. The code is written in C++ and heavily inspired by the Vulkan Tutorial.
- Install
Vulkan
if you haven't already. - Make sure the
VULKAN_SDK
environment variable is set up properly. - Run
GenerateProjectFiles.bat
. - Open the generated
VulkanSandbox.sln
with VS2019. - Build and run in the desired configuration (debug / release)
- Vulkan Tutorial
- "Viking room" model by nigelgoh (CC BY 4.0, no modifications)