gg
Basic types for computer graphics in OCaml
README
v0.9.2
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 sonculted online or via odig doc gg
.
Install
- Published
-
25 Jan 2017
- Authors
-
- Maintainers
-
Sources
Dependencies
Reverse Dependencies