Registry / other / qt5-canvas3d

qt5-canvas3d

JSON →
library0vcpkgunverified

Qt Canvas3D offers a low level OpenGL-like API that enables you to execute 3D drawing commands from JavaScript.

vcpkg install qt5-canvas3d
INSTALL
IMPORT
SIG · QT5-CANVAS3D
Q
qt5-canvas3d
othercppv0
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.

QtCanvas3D
✓ #include <QtCanvas3D>

Loads a QML application using Canvas3D.

#include <QGuiApplication> #include <QQmlApplicationEngine> int main(int argc, char *argv[]) { QGuiApplication app(argc, argv); QQmlApplicationEngine engine; engine.load(QUrl(QStringLiteral("qrc:/main.qml"))); return app.exec(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

qt5-canvas3d — pip install qt5-canvas3d · libregistry