Repository of me learning Vulkan in modern C++. Tutorial I use: https://vulkan-tutorial.com/Introduction
Arch Dependencies:
- vulkan-headers
- vulkan-validation-layers
- vulkan-tools
- glfw-x11
- glfw-doc (optional)
- glm
- shaderc
Build:
$ make
Build and run:
$ make test
This code is licensed as CC0 1.0 Universal. By contributing to that directory, you agree to license your contributions to the public under that same public domain-like license.