0xdeit / vulkan_boilerplate

Simple Vulkan Boilerplate based on the Vulkan Tutorial
MIT License
2 stars 0 forks source link

vulkan_boilerplate

Simple Vulkan (C++ 17) Boilerplate based on the Vulkan Tutorial

Works on

Dependencies:

Getting Started (Linux)

Optional: Use helper scripts setup_debug_clang.sh and run_debug.sh instead of the previous workflow.
Default compiler will be Clang++ and build directory is debug_clang.

Getting Started (Windows)

Project is configured to use vcpkg to handle the dependencies.

Make sure that the environment variable VULKAN_SDK exists and points to the Vulkan SDK install directory.