freebsd-ports/graphics/hs-HOpenGL/pkg-descr
Oliver Braun dbd07adbc5 Add hs-HOpenGL 1.04, binding for OpenGL and GLUT for the lazy functional
language Haskell.

PR:		ports/47903
Submitted by:	Janni <jan.rochel@epost.de>
2003-02-04 18:50:31 +00:00

15 lines
764 B
Text

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