About
GtkGLUT is API and ABI compatible replacement for original GLUT library. Also contains almost all functions from FreeGLUT 2.4.0. Whole library is based on GTK+ and GtkGLExt. This gives you very good multiplatform support.
Next version should break GLUT API compatibility, and solve some GLUT problems. Most common problems:
- Support UTF-8 (partly done, because of GTK+ is UTF-8 library)
- Drop support for old bitmap and vector fonts and rather support only Pango fonts (ie. TrueType, Bitmap)
- Support for input methods
- Support for standard GTK+ dialogs (eq. File selection, Color, ...)