
-----------------------------------
wtd
Sat Mar 05, 2005 2:11 pm

3D Graphics with Haskell
-----------------------------------
I know a lot of people here are primarily concerned with graphics, so a quick screenshot, then the code.

http://members.shaw.ca/cdutton/Screenshot.png

module Main where

import Graphics.UI.GLUT
import Graphics.Rendering.OpenGL

main = do
   (progName,_) 