qtwebglplugin 5.15.16
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
- Outputs:
debug
,out
- 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 qtwebglplugin 5.15.16
as follows:
guix install qtwebglplugin@5.15.16
Or install the latest version:
guix install qtwebglplugin
The qtwebglplugin
package provides more outputs besides the default (out
). You can install them by appending :output-name
to the package specification. For example:
guix install qtwebglplugin:debug
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.