1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
Source: libqglviewer
Section: libs
Priority: optional
Maintainer: Artur R. Czechowski <arturcz@hell.pl>
Build-Depends: debhelper (>= 4.0.0), qt3-dev-tools, libqt3-mt-dev, dpatch
Standards-Version: 3.7.3
Package: libqglviewer-dev
Section: libdevel
Architecture: any
Depends: libqglviewer2 (= ${binary:Version}), libqt3-mt-dev, libx11-dev, libxext-dev, libxmu-dev, libgl1-mesa-dev | libgl-dev
Description: an OpenGL 3D viewer library based on Qt - development files
libqglviewer (also known as libQGLViewer) is a free C++ library based on Qt
that enables the quick creation of OpenGL 3D viewers. It features a powerful
camera trackball and simple applications simply require an implementation of
the draw() function. It is a tool of choice for OpenGL beginners and
assignements. It provides screenshot saving, mouse manipulated frames, stereo
display, interpolated keyFrames, object selection, and much more. It is fully
customizable and easy to extend to create complex applications, with a
possible Qt GUI.
.
This package contains the header files needed to develop programs
using 3DViewer/QGLViewer and documentation with examples.
Package: libqglviewer2
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: an OpenGL 3D viewer library based on Qt - runtime library
libqglviewer (also known as libQGLViewer) is a free C++ library based on Qt
that enables the quick creation of OpenGL 3D viewers. It features a powerful
camera trackball and simple applications simply require an implementation of
the draw() function. It is a tool of choice for OpenGL beginners and
assignements. It provides screenshot saving, mouse manipulated frames, stereo
display, interpolated keyFrames, object selection, and much more. It is fully
customizable and easy to extend to create complex applications, with a
possible Qt GUI.
.
This package contains the shared library needed to run programs using
3DViewer/QGLViewer
|