[COPY] --- T2-COPYRIGHT-NOTE-BEGIN --- [COPY] T2 SDE: package/*/glut/glut.desc [COPY] Copyright (C) 2004 - 2021 The T2 SDE Project [COPY] Copyright (C) 1998 - 2003 ROCK Linux Project [COPY] [COPY] This Copyright note is generated by scripts/Create-CopyPatch, [COPY] more information can be found in the files COPYING and README. [COPY] [COPY] This program is free software; you can redistribute it and/or modify [COPY] it under the terms of the GNU General Public License version 2. [COPY] --- T2-COPYRIGHT-NOTE-END --- [I] OpenGL Utility Toolkit [T] GLUT (pronounced like the glut in gluttony) is the OpenGL Utility Toolkit, a [T] window system independent toolkit for writing OpenGL programs. It implemen- [T] ts a simple windowing application programming interface (API) for OpenGL. [T] GLUT makes it considerably easier to learn about and explore OpenGL pro- [T] gramming. GLUT provides a portable API so you can write a single OpenGL [T] program that works on both Win32 PCs and X11 workstations. [T] [T] GLUT is designed for constructing small to medium sized OpenGL programs. [T] While GLUT is well-suited to learning OpenGL and developing simple OpenGL [T] applications, GLUT is not a full-featured toolkit so large applications re- [T] quiring sophisticated user interfaces are better off using native window [T] system toolkits like Motif. GLUT is simple, easy, and small. My intent is [T] to keep GLUT that way. [U] http://www.opengl.org/resources/libraries/glut.html [A] Mark J. Kilgard [A] Brian Paul [M] Rene Rebe [M] The T2 Project [C] extra/multimedia [L] Free-to-use [S] Beta [V] 3.7 [P] O -----5---9 118.700 [D] bb548ac24b27e8f003d1eaef4f575fef41279d3396f1c226913f0a2c glut-3.7.tar.gz http://www.opengl.org/resources/libraries/glut/