Graphics output from Haskell as eps
Sarah Thompson
sarah@telergy.com
Mon, 17 Feb 2003 21:14:36 -0000
> Has anyone done much work on outputting graphics in eps format
> directly from
> Haskell?
Hmm...
Actually it turns out to be really easy to generate EPS directly, so long as
you're mostly just interested in drawing lines, which I am. I've already got
something working which will probably be good enough for my purposes.
Thanks to all who replied...
Sarah
PS: I'll post a link to my library once it does something more interesting
than drawing a box in Ghostview! :)