Skip to content

heeen/qtvulkan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published