vulkan-2d Instructions Ensure latest graphics drivers Install the Vulkan SDK https://vulkan.lunarg.com/ git clone --recurse-submodules https://github.com/AustinMReppert/vulkan-2d cd vulkan-2d && mkdir build && cd build cmake .. make -j 8 ./vulkan