Vulgine is designed to reduce amount of code to increse productivity of
writing vulkan apps. It is easy to use, quick to setup and intuitive
if you written "Hello triangle" and have some knowlege in Vulkan or
other graphics library.
If not, here is some great material to start with: https://vulkan-tutorial.com
1. Install vulkan sdk from https://www.lunarg.com/vulkan-sdk/
2. Just include "vulgine/vulgine.hpp" to your C++ file and have fun playing with it.
3. You need at least C++17