Registry / other / libqglviewer

libqglviewer

JSON →
library2.9.1vcpkgunverified

Open source C++ library based on Qt that eases the creation of OpenGL 3D viewers.

vcpkg install libqglviewer
INSTALL
IMPORT
SIG · LIBQGLVIEWER
L
libqglviewer
othercppv2.9.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

QGLViewer/qglviewer.h
#include <QGLViewer/qglviewer.h>

Create a basic OpenGL viewer window using QGLViewer.

#include <QGLViewer/qglviewer.h> #include <QApplication> int main(int argc, char** argv) { QApplication app(argc, argv); QGLViewer viewer; viewer.show(); return app.exec(); }
Debug
Known issues
breakingLast upstream activity in December 2022; may lack modern Qt6 support.
fix
Check compatibility with your Qt version; consider alternatives if using Qt6.
affects: >=2.9.1
Upgrade
Version history
2.9.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

libqglviewer — pip install libqglviewer · libregistry