Simple, cross-platform and low boilerplate graphics API based on Vulkan
Note: This project is currently in its alpha stages and is highly subject to API change.
Before building you must make sure that you have installed the following dependencies:
- CMake (>= 3.7)
 - Vulkan-SDK (latest)
 
mkdir build
cd build
cmake ../Now follow the following steps on your platform:
Open the resulting solution in Visual Studio and build.
Run make in the build directory.

