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
|
Source: glut
Section: graphics
Priority: optional
Maintainer: James A. Treacy <treacy@debian.org>
Standards-Version: 3.1.1.1
Package: glutg3
Section: libs
Architecture: any
Depends: libgl1, ${shlibs:Depends}
Conflicts: glut3 (<< 3.6)
Description: The OpenGL Utility Toolkit.
GLUT (pronounced like the glut in gluttony) is the OpenGL Utility Toolkit,
a window system independent toolkit for writing OpenGL programs. It
implements a simple windowing application programming interface (API) for
OpenGL. GLUT makes it considerably easier to learn about and explore OpenGL
programming.
.
GLUT is designed for constructing small to medium sized OpenGL programs.
While GLUT is well-suited to learning OpenGL and developing simple OpenGL
applications, GLUT is not a full-featured toolkit so large applications
requiring sophisticated user interfaces are better off using native window
system toolkits like Motif. GLUT is simple, easy, and small.
Package: glutg3-dev
Section: devel
Architecture: any
Depends: libgl-dev, glutg3 (= ${Source-Version}), libc6-dev
Conflicts: glut-dev
Description: Development library for GLUT.
Includes headers, man pages, and static library.
Package: glut-doc
Architecture: all
Description: Example programs and support documentation for GLUT.
Example programs, demonstrations, and contributed programs for GLUT.
GLUT is the OpenGL Utility Toolkit.
|