game-in-haskell icon indicating copy to clipboard operation
game-in-haskell copied to clipboard

Apparently working GLUT hack for running examples in Linux

Open jmillikan opened this issue 10 years ago • 1 comments

A hack around Linux trouble with the examples by explicitly initializing GLUT. Tested on Ubuntu 14.04 LTS using cabal 1.22.0.1, GHC 7.8.3. This is likely to work on other Linux systems with the GLUT error.

jmillikan avatar Mar 14 '15 21:03 jmillikan

Sorry for not noticing this earlier! Ideally, we'd get rid of GLUT altogether. Gloss unfortunately still has a dependency on it (via its font render) so I guess this might be a good temporary solution.

elisehuard avatar Jul 23 '15 08:07 elisehuard