hi miguel, On 27 Feb 2013, at 13:07, Miguel Negrao <[email protected]> wrote: > I would like to draw in Haskel simulations of turing patterns, cellular > automata, etc. Basically I will only need to take an array of pixels and draw > it to the screen directly. What is the best Haskel graphic library and > functions to do this ?
i've been using diagrams [1] lately --there's also an animation package [2]-- but maybe it's too slow for realtime. imo opengl would be a good option if you're already familiar with it ... sk [1] http://projects.haskell.org/diagrams/ [2] http://hackage.haskell.org/package/active _______________________________________________ haskell-art mailing list [email protected] http://lists.lurk.org/mailman/listinfo/haskell-art
