An OOP render interface over Vulkan for personal projects.
Install Vulkan Lunar SDK at https://vulkan.lunarg.com/ and GLFW 3.2(can be installed using NuGet).
Just use CMake(at least 3.7):
mkdir build
cd build
cmake ..
Check the examples folder to see how it's used.
Bug reports and pull requests are welcome on GitHub at https://github.com/tuxalin/vulkanri
Many thanks to Alexander Overvoorde's in-depth Vulkan tutorial at https://vulkan-tutorial.com/
The code is available as open source under the terms of the WTFPL License.