/vsgQt

Qt integration with VulkanSceneGraph

Primary LanguageC++MIT LicenseMIT

vsgQt

Open Source, cross platform C++ library providing integration of VulkanSceneGraph with Qt windowing. Supports Windows, Linux and macOS.

Qt, and hence vsgQt, is suited for interactive, event driven applications. For real-time applications we recommend that you use the VulkanSceneGraph's native windowing support and the standard VulkanSceneGraph frame driven shown in examples found in vsgExamples.

Checking out vsgQt

git clone https://github.com/vsg-dev/vsgQt.git

Dependencies:

Building vsgQt

cd vsgQt
cmake .
make -j 8

Example

  • vsgqtviewer - example of QApplication/QMainWindow usage with vsgQt::ViewerWindow.