[Haskell-cafe] OpenGL Speed!

Henning Thielemann schlepptop at henning-thielemann.de
Fri Jul 30 12:22:34 EDT 2010


Vo Minh Thu schrieb:

> There other possibilities to deal with raster graphics:
> - Use gtk; i.e. something like
> http://hackage.haskell.org/package/AC-EasyRaster-GTK
> - Output the data in some image format (if you want to do it yourself,
> the most simple is PPM)
> - Use X11 directly (if you're on unix)
> - ...

or good old HGL:
http://hackage.haskell.org/package/HGL


More information about the Haskell-Cafe mailing list