vg
  1. Overview
  2. Docs
Declarative 2D vector graphics for OCaml

Install

Authors

Maintainers

Sources

vg-0.9.4.tbz
md5=87e3624672af90b9b7960d2102f9bd71

Description

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.

Dependencies (8)

  1. js_of_ocaml-ppx >= "3.6.0"
  2. js_of_ocaml-compiler >= "3.6.0"
  3. js_of_ocaml >= "3.6.0"
  4. gg >= "0.9.0"
  5. topkg build
  6. ocamlbuild build
  7. ocamlfind build
  8. ocaml >= "4.03.0"

Dev Dependencies

None

Conflicts (3)

  1. cairo2 < "0.6"
  2. uutf < "1.0.0"
  3. otfm < "0.3.0"