Incremental update ... (John Fay)
[freeglut] / README
1
2     BRIEF OVERVIEW
3     ==============
4
5     This is the freeglut package.
6     
7     Freeglut, the Free openGL Utility Toolkit, is meant to be a free alter-
8     native to Mark Kilgard's GLUT library. It is distributed under an X-Consor-
9     tium style license (see COPYING for details), to offer you a chance to use 
10     and/or modify the source.
11     
12     It makes use of OpenGL, GLU, and pthreads-win32 libraries. The library does
13     not make use of any GLUT code and is not 100% compatible. Code recompilation
14     and/or slight modifications might be required for your applications to work
15     with freeglut.
16     
17
18     PORTS
19     =====
20
21     Both X11 and Win32 ports are in an advanced alpha stage, which means that
22     they provide limited functionality of GLUT API 3. There is an investigation
23     en course to check if the BeOS port could be easily done using the current
24     freeglut structure.
25
26
27     INSTALLATION
28     ============
29
30     See the INSTALL file.
31     
32     
33     CONTRIBUTING
34     ============
35     
36     Bug and missing features patches are certainly welcome. Just as comments 
37     and FREEGLUT API 1 propositions are.
38
39     Just please to make the fixes look visually just as the rest of the code 
40     does (tabs converted 4 white spaces). Comments are really welcome, as I 
41     believe it would be nice for people fresh new to OpenGL see how the things
42     are done... 
43     
44     
45     WEB SITE AND CONTACTING THE AUTHOR
46     ==================================
47
48     Freeglut project has moved to the SourceForge:
49     http://freeglut.sourceforge.net
50         
51     
52     THE HOPE
53     ========
54     
55     Hope you find my work somehow useful.
56     Pawel W. Olszta, <olszta@sourceforge.net>
57
58
59     PASSING THE BATON
60     =================
61
62     In late December 2000, Pawel decided that he no longer
63     wished to maintain freeglut because he has moved out of
64     the graphics field.  I volunteered to take over from him
65     and have been running the project since Jan 13th 2001.
66
67     I'm also the author and maintainer of the PLIB library suite
68     and 'freeglut' really fits in well with that work.
69
70     I just hope I can live up to Pawel's high standards. Pawel
71     remains on the active developers list.
72
73     Steve Baker <sjbaker1@airmail.net>
74                 http://plib.sourceforge.net
75
76