Hello All Wumpus-core is a library for drawing 2D vector pictures, supporting output to PostScript and SVG. It has no FFI dependencies, so should be portable across operating systems (assuming GHC with type families). Wumpus-core is functional, though quite low-level - its similar to PostScript but with a more 'coordinate free' style. I'm working on a complementary package for higher-level stuff, but it will be some time before it is release ready. Many thanks to Conal Elliott and Iavor S. Diatchki for their invaluable libraries (VectorSpace and MonadLib/xml respectively). Best wishes Stephen http://hackage.haskell.org/package/wumpus-core
2009/11/27 Stephen Tetley <stephen.tetley@gmail.com>:
Hello All
Wumpus-core is a library for drawing 2D vector pictures, supporting output to PostScript and SVG. It has no FFI dependencies, so should be portable across operating systems (assuming GHC with type families).
Wumpus-core is functional, though quite low-level - its similar to PostScript but with a more 'coordinate free' style. I'm working on a complementary package for higher-level stuff, but it will be some time before it is release ready.
Many thanks to Conal Elliott and Iavor S. Diatchki for their invaluable libraries (VectorSpace and MonadLib/xml respectively).
This sounds very nice. Surely you have some example usage/screenshots to share ? Cheers, Thu
Thanks Thu I've two examples on Flickr. These are EPS from Wumpus then turned into JPEG by GraphicsMagick - I don't know any sites that host SVG as SVG. I'll put up more as I draw more: http://www.flickr.com/photos/44929957@N03/ These two also use the unstable 'wumpus-extra' package which is far two rough for Hackage (most of the modules are just sketches) but available here: http://code.google.com/p/copperbox/ Best wishes Stephen 2009/11/27 minh thu <noteed@gmail.com>:
Surely you have some example usage/screenshots to share ?
participants (2)
-
minh thu -
Stephen Tetley