Registry / other / qt5-webglplugin

qt5-webglplugin

JSON →
library5.15.18vcpkgunverified

The Qt WebGL Plugin module enables Qt applications to be run in web browsers through WebGL streaming.

vcpkg install qt5-webglplugin
INSTALL
IMPORT
SIG · QT5-WEBGLPLUGIN
Q
qt5-webglplugin
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.

QWebGLPlugin
#include <QWebGLPlugin>

Run a Qt Quick application with WebGL streaming

#include <QGuiApplication> #include <QQuickView> #include <QWebGLPlugin> int main(int argc, char *argv[]) { QGuiApplication app(argc, argv); QQuickView view; view.setSource(QUrl("main.qml")); view.show(); 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-webglplugin — pip install qt5-webglplugin · libregistry