Registry / other / qt3d
library6.10.1vcpkgunverified

Qt wrapper for existing OPC UA stacks.

vcpkg install qt3d
INSTALL
IMPORT
SIG · QT3D
Q
qt3d
othercppv6.10.1
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.

Qt3DCore/Qt3DCore
#include <Qt3DCore/Qt3DCore>

Minimal Qt 3D application setup.

#include <Qt3DCore/QEntity> #include <Qt3DCore/QAspectEngine> int main() { Qt3DCore::QAspectEngine engine; Qt3DCore::QEntity rootEntity; engine.setRootEntity(&rootEntity); return 0; }
Debug
Known issues
gotchaQt 3D requires a running Qt event loop and may need platform-specific setup.
fix
Ensure QGuiApplication or QApplication is created before using Qt 3D.
affects: *
Upgrade
Version history
6.10.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources

No resource links recorded.

qt3d — pip install qt3d · libregistry