heeen / qtvulkan

Vulkan integration/wrapper for Qt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qtvulkan

compiles, runs, shows rotating cube!

requires setting VK_LAYER_PATH and LD_LIBRARY_PATH, e.g.

  • LD_LIBRARY_PATH=$HOME/Vulkan-LoaderAndValidationLayers/loader
  • VK_LAYER_PATH=$HOME/Vulkan-LoaderAndValidationLayers/dbuild/layers

or where that lies on your system.

Also make sure the include and library paths in cube.pro and lib.pro are correct.

The plan is to port the rotating cube demo, as well as have a Qt Widget that contains a lot of the boilerplate for vulkan setup.

known issues:

  • resizing is stuck after one resize event

About

Vulkan integration/wrapper for Qt


Languages

Language:C++ 97.0%Language:C 1.5%Language:QMake 1.5%