[Haskell-cafe] OpenGL Speed!
Eitan Goldshtrom
thesourceofx at gmail.com
Fri Jul 30 13:43:51 EDT 2010
HGL actually looks like EXACTLY what I need. I only need to set pixels,
which looks like just what HGL would be good at. Only problem is that I
can't find a single tutorial for HGL. Does anyone know or any, or where
I could find one?
-Eitan
On 7/30/2010 12:22 PM, Henning Thielemann wrote:
> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20100730/8fcfd3ec/attachment.html
More information about the Haskell-Cafe
mailing list