package gg
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=2874a9f41d838b77a440f9e6a4b81c6e075ff33578a8ba6d34b8222842a841e0
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)
- base-bigarray
-
topkg
build
-
ocamlbuild
build
-
ocamlfind
build
-
ocaml
>= "4.02.2" & < "5.0"
Dev Dependencies (1)
-
bench
with-test
Used by (8)
-
color
>= "0.2.0"
- color-brewery
-
curve-sampling
< "0.2.1"
- hardcaml-bloop
-
learn-ocaml-client
>= "0.13.0"
- opam-graph
-
vg
>= "0.8.1" & < "0.9.5"
- wall
Conflicts
None