wmmiii / vulkan-renderer

Simple Vulkan renderer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple Vulkan renderer


Languages

Language:C++ 91.7%Language:Python 7.2%Language:GLSL 1.1%