d511a9b6897ffeec54a59aba82b3458cff2ddd29
[freeglut] / doc / index.html
1 <html>
2 <head>
3 <title>The freeglut project</title>
4 </head>
5 <body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E" alink="#FF0000">
6
7 <table>
8 <tr>
9 <td>
10
11 <center><img SRC="freeglut_logo.png" ALT="The freeglut logo"></center>
12 <center><i><font size=+1> The free OpenGL utility toolkit </font></i></center>
13
14 </td>
15 <td>
16
17 <center><a href="http://sourceforge.net">
18 <img src="http://sourceforge.net/sflogo.php?group_id=0&type=1" border="0">
19 </a></center><br>
20 <center><i>Hosted at SourceForge</i></center>
21 </td>
22 </tr>
23 </table>
24
25 <hr>
26
27 <ul>
28
29 <li><b><font size=+2>What</font></b>
30 <p>
31 freeglut is a completely OpenSourced alternative to the OpenGL Utility
32 Toolkit (GLUT) library.  GLUT was originally written by Mark Kilgard
33 to support the sample programs in the second edition OpenGL 'RedBook'.
34 Since then, GLUT has been used in a wide variety of practical applications
35 because it is simple, universally available and highly portable.
36 <p>
37 GLUT (and hence freeglut) allows the user to create and manage
38 windows containing OpenGL contexts on a wide range of platforms and
39 also read the mouse, keyboard and joystick functions.
40 <p>
41 freeglut is released under the X-Consortium license.
42 <p>
43
44 <li><b><font size=+2>Why</font></b>
45 <p>
46 The original GLUT library seems to have been abandoned with the most
47 recent version (3.7) dating back to August 1998.  It's license does
48 not allow anyone to distribute modified the library code. This would
49 be OK, if not for the fact that GLUT is getting old and really needs
50 improvement.  Also, GLUT's license is incompatible with some software
51 distributions (eg Xfree86).
52 <p>
53
54 <li><b><font size=+2>Who</font></b>
55 <p>
56 freeglut was originally written by Pawel W. Olszta with contributions
57 from Andreas Umbach and Steve Baker.  Steve is now the official
58 owner/maintainer of freeglut.
59 <p>
60
61 <li><b><font size=+2>When</font></b>
62 <p>
63 Pawel started freeglut development on December 1st, 1999.
64 The project is now a virtually 100% replacement for the original
65 GLUT with only a few departures (such as the abandonment of SGI-specific
66 features such as the Dials&Buttons box and Dynamic Video Resolution).
67 <p>
68
69 <li><b><font size=+2>Downloads</font></b>
70 <p>
71 Check the <a href="download.html"> 
72 downloads page</a> for the latest release.
73 <p>
74
75 <li><b><font size=+2>Support</font></b>
76 <p>
77 Send freeglut related questions to the appropriate freeglut mailing list:
78 <ul>
79 <li><a href="mailto:freeglut-developer@lists.sourceforge.net">freeglut-developer</a>, 
80 <li><a href="mailto:freeglut-announce@lists.sourceforge.net">freeglut-announce</a> and 
81 <li><a href="mailto:freeglut-bugs@lists.sourceforge.net">freeglut-bugs</a>.
82 </ul>
83 You can subscribe to them via the
84  <a href="http://sourceforge.net/project/?group_id=1032">
85 SourceForge project interface</a>.
86 <p>
87
88 <li><b><font size=+2>Documentation</font></b>
89 <p>
90 I believe this is enough for a short introduction.
91 If you are not tired of reading yet, check out the
92 <a href="freeglut.html">freeglut project log</a>. Here you will find the
93 yet-to-be-introduced new project <a href="structure.html">structure
94 description</a>. Finally, here you will find the latest
95 <a href="progress.html">work progress report</a>. Since freeglut is
96 a re-implementation of the original GLUT API, you can find API
97 documentation at <A HREF="http://www.opengl.org">http://www.opengl.org</A>.
98 <p>
99 </ul>
100 </body></html>
101