@hackage diagrams-reflex0.1
reflex backend for diagrams drawing EDSL.
Categories
License
BSD-3-Clause
Maintainer
diagrams-discuss@googlegroups.com
Links
Versions
- 0.1 Fri, 19 Feb 2016
Installation
Dependencies (11)
- base >=4.3 && <4.9
- colour >=2.3.2 && <2.4
- containers >=0.3 && <0.6
- diagrams-core >=1.3 && <1.4
- diagrams-lib >=1.3 && <1.4
- lens >=4.0 && <4.14 Show all…
Dependents (1)
@hackage/acme-everything
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 git@github.com:diagrams/diagrams-reflex
cd diagrams-reflex
Pick one of the build methods below.
With stack
stack build
wiith reflex-platform
work-on ./ghcjs.nix ./.
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