blob: 86fa3fa6838b77d15eb2ca29c6db3bf00798d9c0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
HOpenGL is a Haskell binding for OpenGL (GL 1.2.1 / GLU 1.3) and GLUT
for the lazy functional language Haskell. It uses a foreign language
interface and complex instance heads, language extensions which are
not yet fully standardized. Because of this, HOpenGL works only with
recent versions of the Glasgow Haskell Compiler (GHC) and Hugs. With
a little work it can probably tweaked to work with NHC98, but this has
not been tested yet. Following the discussions in the relevant mailing
lists, the above extensions are likely to be included into the next
version of the Haskell language, so HOpenGL is simply a little bit
ahead of time... ;-) (From the README)
WWW: http://haskell.cs.yale.edu/HOpenGL/
- Janni
jan.rochel@epost.de
|