In this project I'm studying and applying the Vulkan API to learn the ins and outs of computer graphics with a 'lean' API. Using the official Vulkan Tutorial as guidlines.
Need installations of Vulkan, GLFW and a current c++ compiler, for project building CMake.
mkdir build
cd build/
cmake ..
make