Difference between revisions of "Diagrams"

From HaskellWiki
Jump to navigation Jump to search
m (link to developer wiki)
(link to new 0.6 -> 0.7 migration page)
(11 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Libraries]]
 
[[Category:Libraries]]
 
[[Category:Packages]]
 
[[Category:Packages]]
  +
  +
[[Image:Diagrams-logo.png]]
   
 
The [http://projects.haskell.org/diagrams diagrams framework] provides an embedded domain-specific language (EDSL) for declarative drawing.
 
The [http://projects.haskell.org/diagrams diagrams framework] provides an embedded domain-specific language (EDSL) for declarative drawing.
Line 8: Line 10:
   
 
* [[/FAQ|Frequently asked questions]]
 
* [[/FAQ|Frequently asked questions]]
  +
* [[/Install|Installation instructions]]
  +
* [[/Contributing|How to contribute]]
 
* [[/Projects|Projects]]: who is working on what.
 
* [[/Projects|Projects]]: who is working on what.
  +
* [[/GSoC|Google Summer of Code projects]]
  +
  +
* [[/GHC7.6|Current status of diagrams and GHC 7.6]]
  +
  +
* [[/Dev/Migrate0.7|0.6 to 0.7 migration]]: Description of API changes that may affect diagrams 0.6 code, with explanations of how to migrate to 0.7
  +
  +
* [[/Dev|Developer wiki]]: notes on wanted features, style guidelines, best practices, etc.
   
* [[/Dev|Developer wiki]]: notes on wanted features, etc.
+
* [[/Dev/BuildStatus|Build status]] of all diagrams packages at a glance.
  +
* [http://projects.haskell.org/diagrams/backend-tests/all-index.html Current test case results for backends side-by-side.]

Revision as of 19:31, 1 August 2013


Diagrams-logo.png

The diagrams framework provides an embedded domain-specific language (EDSL) for declarative drawing.

This is the diagrams wiki, for collecting tips and tricks, examples, information about related projects, and any other related information. If you are looking for more structured documentation (tutorial, user manual, API reference), see the diagrams web page. There is also a bug tracker.

  • 0.6 to 0.7 migration: Description of API changes that may affect diagrams 0.6 code, with explanations of how to migrate to 0.7
  • Developer wiki: notes on wanted features, style guidelines, best practices, etc.