The gl
package supplies low level bindings to all of the OpenGL specification for Haskell.
This package, glgen
, is used to build the gl
package.
-
Download the latest and greatest xml specification for OpenGL from Khronos.
-
Replace the copy in this directory.
-
cabal new-run glgen
-
cabal new-build gl
Contributions and bug reports are welcome!
Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.
-Edward Kmett