[Haskell-cafe] Tetris

Peter Verswyvelen bf3 at telenet.be
Wed Nov 21 11:04:34 EST 2007


Well in that case, GLFW seems to run fine on OSX. See 
http://glfw.sourceforge.net <http://glfw.sourceforge.net/>

GLUT is portable but has many different implementations. I already had a 
couple of nasty bugs using it (different keyboard handling, incorrect 
joystick support, etc). So it's best to always include the GLUT library 
that was used when you did your testing

Jules Bean wrote:
> ..at the cost of being less portable, since it doesn't run "natively" 
> on OSX, requiring the X layer which not all users will have installed. 
> Swings and roundabouts.
>
> OSX-native Gtk is not that far away though.
>
> But, that's certainly one of the reasons I'm using plain GLUT at the 
> moment.
>
> Jules
>
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20071121/f8cb9313/attachment.htm


More information about the Haskell-Cafe mailing list