Commit graph

4 commits

Author SHA1 Message Date
Juan Romero Pardines
33724706e4 Upgrade to 2.0.0 FINAL RELEASE!
Changes:

* You can now control program behavior when a GLUT window is closed by
  the user, rather than simply exiting. Options include:
          o Immediate exit() (old GLUT behavior)
          o glutMainLoop() returns to you
          o continue execution
* Option to share a rendering context for each new window
* Interruptable glutMainLoop (glutMainLoopEvent, glutLeaveMainLoop)
* Window-specific callback functions (Close, WindowManager Close, Menu
  destruction)
* User-specified data in Windows and Menus
* Additional font statistics (stroke and bitmap heights...)
* New font functions to allow the user to print strings instead of one
  character at a time
* New primitives (RhombicDodecahedron, SierpinskiSponge)
* Good-looking menus
2003-10-07 16:33:03 +00:00
Juan Romero Pardines
451fb3eb60 Updated to Release Candidate 5, while here fix the build in NetBSD. Pointed
in private mail by Richard Rauch.
2003-09-22 04:57:21 +00:00
Juan Romero Pardines
8a9ac390bb Update to my new email address: s/jrp@hispabsd.org/xtraeme.NetBSD.org/g. 2003-08-28 09:48:42 +00:00
Juan Romero Pardines
7e2a302f0c Initial import of freeglut 2.0.0 release candidate 2.
freeglut is a completely OpenSourced alternative to the OpenGL 
Utility Toolkit (GLUT) library. GLUT was originally written by 
Mark Kilgard to support the sample programs in the second edition 
OpenGL 'RedBook'. Since then, GLUT has been used in a wide variety 
of practical applications because it is simple, universally available 
and highly portable.

--
http://freeglut.sourceforge.net/
2003-08-19 07:35:48 +00:00