1 [COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
2 [COPY] T2 SDE: package/*/glut/glut.desc
3 [COPY] Copyright (C) 2004 - 2021 The T2 SDE Project
4 [COPY] Copyright (C) 1998 - 2003 ROCK Linux Project
6 [COPY] This Copyright note is generated by scripts/Create-CopyPatch,
7 [COPY] more information can be found in the files COPYING and README.
9 [COPY] This program is free software; you can redistribute it and/or modify
10 [COPY] it under the terms of the GNU General Public License version 2.
11 [COPY] --- T2-COPYRIGHT-NOTE-END ---
13 [I] OpenGL Utility Toolkit
15 [T] GLUT (pronounced like the glut in gluttony) is the OpenGL Utility Toolkit, a
16 [T] window system independent toolkit for writing OpenGL programs. It implemen-
17 [T] ts a simple windowing application programming interface (API) for OpenGL.
18 [T] GLUT makes it considerably easier to learn about and explore OpenGL pro-
19 [T] gramming. GLUT provides a portable API so you can write a single OpenGL
20 [T] program that works on both Win32 PCs and X11 workstations.
22 [T] GLUT is designed for constructing small to medium sized OpenGL programs.
23 [T] While GLUT is well-suited to learning OpenGL and developing simple OpenGL
24 [T] applications, GLUT is not a full-featured toolkit so large applications re-
25 [T] quiring sophisticated user interfaces are better off using native window
26 [T] system toolkits like Motif. GLUT is simple, easy, and small. My intent is
27 [T] to keep GLUT that way.
29 [U] http://www.opengl.org/resources/libraries/glut.html
31 [A] Mark J. Kilgard <mjk@nvidia.com>
32 [A] Brian Paul <brian@mesa3d.org>
33 [M] Rene Rebe <rene@t2-project.org>
34 [M] The T2 Project <t2@t2-project.org>
41 [P] O -----5---9 118.700
43 [D] bb548ac24b27e8f003d1eaef4f575fef41279d3396f1c226913f0a2c glut-3.7.tar.gz http://www.opengl.org/resources/libraries/glut/