package gg
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=eafa2bca019ddc89aab333ec086080108f376dc08f40fc340b6cd70a8916b673
md5=1801fc7b6af16c597ef0bfaacc12cd5b
Description
Gg is an OCaml module providing basic types for computer graphics.
It defines types and functions for floats, vectors, points, sizes, matrices, quaternions, axis-aligned boxes, colors, color spaces, and raster data.
Gg is made of a single module, depends on bigarrays, and is distributed under the ISC license.
README
Gg — Basic types for computer graphics in OCaml
v0.9.3
Gg is an OCaml module providing basic types for computer graphics.
It defines types and functions for floats, vectors, points, sizes, matrices, quaternions, axis-aligned boxes, colors, color spaces, and raster data.
Gg is made of a single module, depends on bigarrays, and is distributed under the ISC license.
Home page: http://erratique.ch/software/gg
Contact: Daniel Bünzli <daniel.buenzli at erratique.ch>
Installation
Gg can be installed with opam
:
opam install gg
If you don't use opam
consult the opam
file for build instructions and a complete specification of the dependencies.
Documentation
The documentation and API reference is automatically from the interfaces. It can be consulted online or via odig doc gg
.
Dependencies (5)
- base-bigarray
-
topkg
build
-
ocamlbuild
build
-
ocamlfind
build
-
ocaml
>= "4.02.2" & < "5.0"
Dev Dependencies
None
Used by (8)
-
color
>= "0.2.0"
- color-brewery
- curve-sampling
- hardcaml-bloop
-
learn-ocaml-client
>= "0.13.0"
- opam-graph
-
vg
>= "0.8.1" & < "0.9.5"
- wall
Conflicts
None