Vulkan Tutorial code
This is the code from the Vulkan Tutorial re-arranged to make use of the planet-vk APIs.
Compiling this example will require some other libraries to be present. On Debian like systems:
sudo apt-get install libglfw3-dev libglm-dev libstb-dev libtinyobjloader-dev