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 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
Source: glut
Section: graphics
Priority: optional
Maintainer: James A. Treacy <treacy@debian.org>
Standards-Version: 2.3.0.0
Package: glutg3
Section: libs
Architecture: any
Depends: libc6
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: 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.
Package: glut3
Section: libs
Architecture: any
Depends: libc5
Conflicts: glut3-dev, libc5-dev
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: glut3-altdev
Section: devel
Architecture: any
Depends: glut3 (= ${Source-Version}), libc5-altdev
Description: Development library for GLUT.
Includes headers, man pages, and static library.
|