Skip to content

A sandbox project used to learn real-time computer graphics programming with Vulkan

License

Notifications You must be signed in to change notification settings

DDreher/VulkanSandbox

Repository files navigation

VulkanSandbox

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.

How to build (Win64)

  1. Install Vulkan if you haven't already.
  2. Make sure the VULKAN_SDK environment variable is set up properly.
  3. Run GenerateProjectFiles.bat.
  4. Open the generated VulkanSandbox.sln with VS2019.
  5. Build and run in the desired configuration (debug / release)

Dependencies

Acknowledgments

About

A sandbox project used to learn real-time computer graphics programming with Vulkan

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages