Registry / other / qt5-3d

qt5-3d

JSON →
library5.15.18vcpkgunverified

Qt 3D provides functionality for near-realtime simulation systems with support for 2D and 3D rendering in both Qt C++ and Qt Quick applications.

vcpkg install qt5-3d
INSTALL
IMPORT
SIG · QT5-3D
Q
qt5-3d
othercppv5.15.18
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
#include <Qt3DCore>

Creates a Qt 3D entity and sets it as the root.

#include <Qt3DCore/QEntity> #include <Qt3DCore/QAspectEngine> int main(int argc, char *argv[]) { QGuiApplication app(argc, argv); Qt3DCore::QAspectEngine engine; Qt3DCore::QEntity *root = new Qt3DCore::QEntity(); engine.setRootEntity(root); return app.exec(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.15.18latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources

No resource links recorded.

qt5-3d — pip install qt5-3d · libregistry