The diagrams package
Diagrams is a full-featured framework and embedded domain-specific langauge for creating declarative vector graphics and animations.
This package is just a convenient wrapper around the diagrams-core, diagrams-lib and diagrams-contrib packages, so they can be installed with a single `cabal install diagrams` command.
The package also comes with flags to enable two different backends. A Haskell-native SVG backend (the diagrams-svg package) can be selected with -fsvg. This flag is enabled by default, so if you do not want the SVG backend, you must explicitly disable it with -f-svg. The SVG backend does not yet quite support all the features of the cairo backend: text alignment and embedded images are the two main missing features at this point, and of course it can only produce SVG images. It is, however, much easier to install, so it is the out-of-the-box default.
There is also a cairo backend (the diagrams-cairo package) which can be selected with the -fcairo flag. It is fully-featured and can produce PNG, PS, PDF, or SVG output; however, due to its dependencies it can be difficult to install on some platforms (notably OS X).
For more information, including a gallery of examples, tutorial, and user manual, see the diagrams website: http://projects.haskell.org/diagrams. For help, join the #diagrams IRC channel on Freenode or the mailing list: http://groups.google.com/group/diagrams-discuss.
Properties
| Versions | 0.1, 0.2, 0.2.1, 0.2.1.1, 0.2.1.2, 0.2.1.3, 0.2.2, 0.2.2.1, 0.2.2.2, 0.2.2.3, 0.3, 0.4, 0.5, 0.6 |
|---|---|
| Dependencies | diagrams-contrib (0.6.*), diagrams-core (0.6.*), diagrams-lib (0.6.*) |
| License | BSD3 |
| Author | Brent Yorgey |
| Maintainer | diagrams-discuss@googlegroups.com |
| Category | Graphics |
| Home page | http://projects.haskell.org/diagrams |
| Bug tracker | http://github.com/diagrams/diagrams/issues |
| Source repository | git clone git://github.com/diagrams/diagrams.git |
| Upload date | Wed Dec 12 02:58:29 UTC 2012 |
| Uploaded by | BrentYorgey |
| Distributions | NixOS: 0.6, Debian: 0.2.1.3 |
Modules
Downloads
- diagrams-0.6.tar.gz (Cabal source package)
- package description (included in the package)