##Dependencies
- SDL2
- Vulkan driver + compatible hardware
- Vulkan SDK from LunarG with validation layers
- Vulkan lib
- Currently only supported on Linux
git clone https://github.com/MaikKlein/VulkanTriangleD.git
cd VulkanTriangleD
git submodule init
git submodule update
dub run