Let's do the official Vulkan Tutorial, but with pure Vulkan-Hpp. I think it will be a lot of fun, and may be even yield code that can be used as a base for a decent vertex pipeline for other projects.
Reimplementation of the original C tutorial using the Vulkan-Hpp binding. For the sake of simplicity and compatibility with the original version, this tutorial will not use unique handles nor RAII ...