package gg

  1. Overview
  2. Docs
Basic types for computer graphics in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

gg-0.9.2.tbz
md5=2e9c61f4dc762499b684697face6566e

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.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.

Dependencies (5)

  1. base-bigarray
  2. topkg build
  3. ocamlbuild build
  4. ocamlfind build
  5. ocaml >= "4.02.2" & < "5.0"

Dev Dependencies (1)

  1. bench with-test

Conflicts

None