Difference between revisions of "Diagrams/Dev"

From HaskellWiki
Jump to navigation Jump to search
(→‎Guidelines: add link to git commit message guidelines)
(2 intermediate revisions by the same user not shown)
Line 18: Line 18:
 
* [[/Arrows|Arrows]]
 
* [[/Arrows|Arrows]]
 
* [[/Gradients|Gradients]]
 
* [[/Gradients|Gradients]]
  +
  +
== Links/resources ==
  +
  +
Links to software, papers, documentation, etc. which is helpful or relevant.
  +
  +
* [http://cairographics.org/manual/ cairo reference manual]
  +
  +
* [http://potrace.sourceforge.net/ potrace], a nice raster -> vector library. Even has a [http://potrace.sourceforge.net/potrace.pdf detailed description of the algorithms used].
  +
* [http://homepages.cwi.nl/~ploeg/papers/padl131.pdf A Library for Declarative Resolution-Independent 2D Graphics] (PADL 2013)
  +
* [http://conal.net/Pan/papers.htm Pan (Conal Elliott)]
   
 
== Releases ==
 
== Releases ==

Revision as of 15:35, 6 December 2013

Guidelines

Design notes

Links/resources

Links to software, papers, documentation, etc. which is helpful or relevant.

Releases

Miscellaneous links

  • [1]: ticket re: GHC error messages with ambiguous type variables. This comes up a lot when using diagrams, it would be nice to see this ticket resolved.
  • byorgey's time spent hacking on diagrams:

diagrams-thumb.png