Simple Vulkan renderer based on the tutorial Vulkan Tutorial and built with Bazel.
Please note: At the time of writing this project has only been tested on Ubuntu 17.10 with an GeForce GTX 1080. Windows and OSX builds do not work yet!
- Debian with the following packages
- libxcursor-dev
- libxrandr-dev
- libxinerama-dev
- libxi-dev
- Bazel 0.10.0
sudo apt install -y bazel libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev
bazel run //src:main