[Haskell] ANNOUNCE: OpenGLRaw 1.0.0.0
Sven Panne
Sven.Panne at aedion.de
Fri Jun 12 06:32:19 EDT 2009
Am Donnerstag, 11. Juni 2009 19:23:17 schrieb Bryan O'Sullivan:
> [...] I think that "Graphics.Rendering." is clutter, and "OpenGL.GL." seems
> redundant to me. [...]
I forgot to mention one thing here: "OpenGL.GL" is currently *not* redundant,
there is "OpenGL.GLU" in the OpenGL package, too. GL and GLU are separate
libraries, even living in separate DLLs/*.sos, having separate headers, etc.,
so they should be kept separate in Haskell at some level, too.
Nevertheless, with OpenGL 3.1 GLU is dead, anyway, so in future versions there
will be no ".GL" part in the package names.
Cheers,
S.
More information about the Haskell
mailing list