[Haskell-beginners] graphical output?

John M. Dlugosz ngnr63q02 at sneakemail.com
Sun Apr 20 05:19:11 UTC 2014


On 4/19/2014 10:57 PM, Brent Yorgey wrote:
> On Sat, Apr 19, 2014 at 10:25:28PM -0500, John M. Dlugosz wrote:
>> How might I (easily) use Haskell to draw simple 2D graphics?
>> Outputting a SVG file is OK for simple static results, but I want to animate.
>> (Windows platform is strongly preferred.)
>
> I suggest checking out 'gloss':
>
>    http://hackage.haskell.org/package/gloss
>
> It's based on OpenGL, which comes with the Haskell Platform, and has a
> simple interface for making animations.
>
> -Brent
>

Hmm, is there any tutorial or friendly guide to Gloss?



More information about the Beginners mailing list