Registry / other / vsgqt
library0.4.0vcpkgunverified

Qt integration with VulkanSceneGraph

vcpkg install vsgqt
INSTALL
IMPORT
SIG · VSGQT
V
vsgqt
othercppv0.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

vsgQt/Window.h
#include <vsgQt/Window.h>

Create a Qt window with VulkanSceneGraph

#include <vsgQt/Window.h> #include <QApplication> int main(int argc, char* argv[]) { QApplication app(argc, argv); vsgQt::Window window; window.show(); return app.exec(); }
Debug
Known issues
gotchaRequires both Qt5/Qt6 and VulkanSceneGraph to be installed
fix
Ensure both dependencies are available in your vcpkg triplet
affects: *
Upgrade
Version history
0.4.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources

No resource links recorded.

vsgqt — pip install vsgqt · libregistry