qtwebglplugin
QPA plugin for running applications via a browser using streamed WebGL commands
Qt back end that uses WebGL for rendering. It allows Qt applications (with some limitations) to run in a web browser that supports WebGL. WebGL is a JavaScript API for rendering 2D and 3D graphics within any compatible web browser without the use of plug-ins. The API is similar to OpenGL ES 2.0 and can be used in HTML5 canvas elements
- Versions: 5.15.16
- Website: https://www.qt.io/
- Licenses: LGPL 2.1 · LGPL 3
- Package source: gnu/packages/qt.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of qtwebglplugin
as follows:
guix install qtwebglplugin
Or install a particular version:
guix install qtwebglplugin@5.15.16
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of qtwebglplugin about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/qtwebglplugin'><img src='https://packages.guix.gnu.org/packages/qtwebglplugin/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/qtwebglplugin)
Example Org:
[[https://packages.guix.gnu.org/packages/qtwebglplugin][https://packages.guix.gnu.org/packages/qtwebglplugin/badges/latest-version.svg]]