Diagrams/Projects: Difference between revisions
(link to some additional projects) |
(→Other projects: link to hs-logo) |
||
Line 71: | Line 71: | ||
[http://patch-tag.com/r/fryguybob/LaTeXGrapher LaTeXGrapher] is a project by Ryan Yates providing a domain-specific language for producing mathematical graphs, backed by the diagrams-postscript backend. | [http://patch-tag.com/r/fryguybob/LaTeXGrapher LaTeXGrapher] is a project by Ryan Yates providing a domain-specific language for producing mathematical graphs, backed by the diagrams-postscript backend. | ||
=== hs-logo === | |||
Deekap Jois is working on a [https://github.com/deepakjois/hs-logo logo interpreter] written in Haskell, using diagrams as a backend. | |||
== Packages using diagrams == | == Packages using diagrams == | ||
* [http://hackage.haskell.org/package/hierarchical-clustering-diagrams hierarchical-clustering-diagrams] | * [http://hackage.haskell.org/package/hierarchical-clustering-diagrams hierarchical-clustering-diagrams] |
Revision as of 01:10, 13 February 2012
Backends
Cairo
Officially supported backend using cairo.
- darcs repo
- Status: active development
- Participants: Brent Yorgey, Ryan Yates
Native SVG
A Haskell-native backend generating SVG. The intention is for this to eventually replace cairo as the "out-of-the-box" diagrams backend.
- darcs repo
- Status: active development
- Participants: Felipe Lessa, Brent Yorgey
Native Postscript
Very similar to the Cairo backend but only outputting EPS.
- darcs repo
- Status: active development
- Participants: Ryan Yates
HTML5 canvas
- darcs repo
- Status: active development
- Participants: Ryan Yates
LaTeX/TikZ
- darcs repo
- Status: ?
- Participants: Scott Walck
POV-Ray
A POV-Ray backend for 3D diagrams.
- darcs repo
- Status: proof of concept only, needs someone to take it over!
Wanted backends
- OpenGL
Related tools
command-line/interactive
See also an earlier project in a similar direction:
Build service
diagrams-builder is a library providing the ability to dynamically interpret diagrams code snippets, including utilities for creating temporary files etc. as needed. Useful for making preprocessing tools for embedding diagrams code in other document formats (e.g. LaTeX).
Other projects
gtk-toy
Michael Sloan's gtk-toy project is a framework for creating interactive gtk/cairo applications. gtk-toy-diagrams provides tools for using diagrams in conjunction with gtk-toy.
LaTeXgrapher
LaTeXGrapher is a project by Ryan Yates providing a domain-specific language for producing mathematical graphs, backed by the diagrams-postscript backend.
hs-logo
Deekap Jois is working on a logo interpreter written in Haskell, using diagrams as a backend.