dbuenzli / gg

Basic types for computer graphics in OCaml

Home Page:http://erratique.ch/software/gg/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gg — Basic types and tools for computer graphics in OCaml

%%VERSION%%

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

On top of this the Gg_kit library provides a few more tools and algorithms for working with geometry and graphics.

Gg and Gg_kit have no dependencies. Gg is distributed under the ISC license. Gg_kit is distributed under the ISC license and some color schemes are distributed under the Apache 2.0 and CC0 licenses.

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 can be consulted online or via odig doc gg.

Questions are welcome but better asked on the OCaml forum than on the issue tracker.

A few basic sample programs can be found in the test directory.

About

Basic types for computer graphics in OCaml

http://erratique.ch/software/gg/

License:Other


Languages

Language:OCaml 99.1%Language:C 0.9%