Skip to content

wmmiii/vulkan-renderer

Repository files navigation

Vulkan Renderer

Build Status

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!

Prerequisites

  1. Debian with the following packages
    1. libxcursor-dev
    2. libxrandr-dev
    3. libxinerama-dev
    4. libxi-dev
  2. Bazel 0.10.0
sudo apt install -y bazel libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev

Run

bazel run //src:main