vgversion
Declarative 2D vector graphics for OCaml
Vg is an OCaml module for declarative 2D vector graphics. In Vg, images are values that denote functions mapping points of the cartesian plane to colors. The module provides combinators to define and compose these values.
Renderers for PDF, SVG, Cairo and the HTML canvas are distributed with the module. An API allows to implement new renderers.
Vg depends only on Gg. The SVG renderer has no dependency, the PDF renderer depends on Uutf and Otfm, the HTML canvas renderer depends on js_of_ocaml, the Cairo renderer depends on cairo2. Vg and its renderers are distributed under the ISC license.
Tags | pdf svg html-canvas cairo declarative graphics org:erratique |
---|---|
Authors | Daniel Bünzli <daniel.buenzl i@erratique.ch> and Arthur Wendling |
License | ISC |
Published | |
Homepage | http://erratique.ch/software/vg |
Issue Tracker | https://github.com/dbuenzli/vg/issues |
Maintainer | Daniel Bünzli <daniel.buenzl i@erratique.ch> |
Dependencies |
|
Optional dependencies | |
Conflicts | |
Source [http] | http://erratique.ch/software/vg/releases/vg-0.9.0.tbz sha256=6e40e1dc4c1a3ddbbaeb33b65f54cba9af7d09d659517a0b27c2c382b013edb3 md5=1ce6a1ca64b16ac492073c5fe07632eb |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/vg/vg.0.9.0/opam |
Required by
- biotk
- hardcaml-bloop
- learn-ocaml>=0.13.0
- learn-ocaml-client>=0.13.0
- rtreewith-test