Skip to content
/ vsgQt Public
forked from vsg-dev/vsgQt

Qt integration with VulkanSceneGraph

License

Notifications You must be signed in to change notification settings

olegded/vsgQt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

The first run of cmake will automatically checkout imgui as a submodule when required.

cd vsgQt
cmake .
make -j 8

Example

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

About

Qt integration with VulkanSceneGraph

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 89.7%
  • CMake 10.3%