index.html 3.3 KB

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