This package browser is in early development. Mind the rough edges.

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

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/qtwebglplugin/badges/latest-version.svg)](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]]