package gg
Install
Dune Dependency
Authors
Maintainers
Sources
sha512=86e3db9778103c6a9e3444585716c12dba0ba1af6b60e7b76f9cf282a23aa4cb075c764c470e9a878c3c90fe4a41e835be9180aaf0a4bc43ce3ad299b352e611
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, and is distributed under the ISC license.
Home page: http://erratique.ch/software/gg
README
Gg — Basic types for computer graphics in OCaml
v1.0.0
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, and is distributed under the ISC license.
Home page: http://erratique.ch/software/gg
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 (4)
-
topkg
build & >= "1.0.3"
-
ocamlbuild
build
-
ocamlfind
build
-
ocaml
>= "4.08.0"
Dev Dependencies
None
Used by (11)
-
color
>= "0.2.0"
- color-brewery
- curve-sampling
- hardcaml-bloop
-
learn-ocaml-client
>= "0.13.0"
-
OCADml
>= "0.3.0"
-
OSCADml
>= "0.2.0"
- opam-graph
-
ppx_deriving_cad
>= "0.2.0"
-
vg
>= "0.8.1"
- wall
Conflicts
None