virtualgl
Redirects 3D commands from an OpenGL application onto a 3D graphics card
VirtualGL redirects the 3D rendering commands from OpenGL applications to 3D accelerator hardware in a dedicated server and displays the rendered output interactively to a thin client located elsewhere on the network.
- Versions: 2.6.2
- Website: https://www.virtualgl.org
- Licenses: wxWindows 3.1+
- Package source: gnu/packages/gl.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of virtualgl
as follows:
guix install virtualgl
Or install a particular version:
guix install virtualgl@2.6.2
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 virtualgl about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/virtualgl'><img src='https://packages.guix.gnu.org/packages/virtualgl/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/virtualgl/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/virtualgl)
Example Org:
[[https://packages.guix.gnu.org/packages/virtualgl][https://packages.guix.gnu.org/packages/virtualgl/badges/latest-version.svg]]