A set of C++ wrappers that can be used with the Vulkan APIs and provide some convenience, like RAII.
Packages needed on Debian systems:
sudo apt-get install libvulkan-dev glslc vulkan-utility-libraries-devTo build the examples you'll also need libglfw3-dev, libglm-dev, libstb-dev and libtinyobjloader-dev
On Windows you'll need to download and install the SDK.