Skip to content

SilverNemesis/VulkanTesting

Repository files navigation

Vulkan Testing

This is a Vulkan Testing application that I created to learn the Vulkan API

Prerequisites

It requires Visual Studio for the development environment, vcpkg for package management, and the Vulkan SDK

Installing

Run vcpkg to install

  • glm:x64-windows
  • sdl2[vulkan]:x64-windows
  • stb:x64-windows
  • tinyobjloader:x64-windows
  • imgui:x64-windows

Run the compile.ps1 script in the shaders subfolder to build the shader binaries

NOTE: The project is setup up for user-wide MSBuild integration

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Vulkan API Testing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages