Changes since 0.6.2:
* Some WIN32 gamemode fixes.
* New, experimental "stay on top" option for windows---where
supported (some window managers under X; also on WIN32).
* A fix to subwindows on WIN32 (longstanding problem).
* Lots of documentation refinements.
* Deprecation of 3 old functions that have fully functional
alternatives.
PR 25656, imported into pkgsrc-wip with his consent.
Some cleanup done, pkglint warnings fixed.
OpenGLUT is an open source evolution of the GLUT API. The goals
include cleaning the API, fixing bugs, adding features, portability,
and documenting the library. OpenGLUT is prepared to break with
GLUT compatibility in order to achieve its primary goals.
The code is based on freeglut, with numerous bugfixes above and
beyond that, and a few new features. As such, it is fairly usable.
On the other hand, there are major features to be added to the API,
and plans to deprecate some obsolete, redundant, and inconsistant
features that OpenGLUT inherited. It is best to regard OpenGLUT
as experimental, but seeking feedback.