diagrams-reflex alternatives and similar packages
Based on the "diagrams" category.
Alternatively, view diagrams-reflex alternatives based on common mentions on social networks and blogs.
-
diagrams
Embedded domain-specific language for declarative vector graphics (wrapper package) -
diagrams-contrib
User-contributed extensions to diagrams -
diagrams-builder
Utilities for creating diagram-building tools -
diagrams-haddock
Preprocessor for including inline diagrams in Haddock documentation -
diagrams-graphviz
Graph layout and drawing with GraphViz and diagrams -
diagrams-gtk
Optional add-on to diagrams-cairo allowing diagrams to be rendered directly to GTK windows. -
diagrams-qrcode
Draw QR codes to SVG, PNG, PDF or PS files. -
diagrams-rubiks-cube
Haskell library for drawing the Rubik's Cube
Collect and Analyze Billions of Data Points in Real Time
Do you think we are missing an alternative of diagrams-reflex or a related project?
README
diagrams-reflex 
diagrams-reflex is a an SVG backend for diagrams, to be used in the browser via ghcjs. Diagrams is a powerful, flexible, declarative domain-specific language for creating vector graphics, using the Haskell programming language.
Installation
git clone [email protected]:diagrams/diagrams-reflex
cd diagrams-reflex
Pick one of the build methods below.
With stack
stack build
with reflex-platform
cd example
work-on ./ghcjs.nix ./.
The work-on
script can be found in the top-level directory of reflex-platform.
Examples
The examples directory contains several simple examples. Running
versions of these examples (and others, not all using reflex
) are
online at
http://bergey.github.io/gooey.
Capabilities
The following features are supported. If they don't work as expected (or as other Diagrams Backends), please file a bug report.
- fill color (solid only)
- line color
- line width
- line cap & join
- dashing
- opacity
- Paths
- Text
- mouse events
- font weight
These features are not yet implemented. Pull requests welcome!
- textures