[Haskell-cafe] looking for a 2d graphics package

2009-02-23 Thread Martin DeMello
What 2d graphics library would be the best fit for this sort of thing? http://www.superliminal.com/geometry/tyler/gallery/circular/tiles060.html I took a look at diagrams but it seemed more geared towards things that fit on a rectangular layout. martin

Re: [Haskell-cafe] looking for a 2d graphics package

2009-02-23 Thread Peter Verswyvelen
did you look at Hieroglyph? http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Hieroglyph you can also just use GTK2HS / Cairo, or even just OpenGL if you want speed. On Mon, Feb 23, 2009 at 8:46 PM, Martin DeMello martindeme...@gmail.comwrote: What 2d graphics library would be the