libqglviewer
Qt-based C++ library for the creation of OpenGL 3D viewers
libQGLViewer
is a C++ library based on Qt that eases the creation of OpenGL 3D viewers.
It provides some of the typical 3D viewer functionalities, such as the possibility to move the camera using the mouse, which lacks in most of the other APIs. Other features include mouse manipulated frames, interpolated keyFrames, object selection, stereo display, screenshot saving and much more. It can be used by OpenGL beginners as well as to create complex applications, being fully customizable and easy to extend.
- Versions: 2.7.2
- Website: https://libqglviewer.com
- Licenses: GPL 2 · GPL 3
- Package source: gnu/packages/qt.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of libqglviewer
as follows:
guix install libqglviewer
Or install a particular version:
guix install libqglviewer@2.7.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 libqglviewer about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/libqglviewer'><img src='https://packages.guix.gnu.org/packages/libqglviewer/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/libqglviewer/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/libqglviewer)
Example Org:
[[https://packages.guix.gnu.org/packages/libqglviewer][https://packages.guix.gnu.org/packages/libqglviewer/badges/latest-version.svg]]