Skip to content
This repository was archived by the owner on Feb 3, 2022. It is now read-only.

Library OpenGL

Robert M. Lefkowitz edited this page Jun 22, 2014 · 2 revisions

Table of Contents

Description

A Haskell binding for the OpenGL graphics system (GL, version 2.1) and its accompanying utility library (GLU, version 1.3).

Hackage URL

http://hackage.haskell.org/cgi-bin/hackage-scripts/package/OpenGL

History

|| HP Version || Shipped with || || 2009.2.0 || OpenGL 2.2.1.1 || || 2009.2.0.1 || OpenGL 2.2.1.1 ||

Latest version

2.2.2.0

Version shipped with GHC 6.10.2

N/A

Discussion

Note that the GLUT package is not included in the platform because it appears that it cannot be built "out of the box" on OSX machines. OSX machines lack the appropriate C library. It appears that we cannot easily supply the C library and we do not want to ship different packages on different machines.

Clone this wiki locally