geoffder / ocaml-clipper2

OCaml bindings to the polygon clipping and offseting library Clipper2

Home Page:https://geoffder.github.io/ocaml-clipper2/clipper/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clipper

OCaml bindings to the polygon clipping and offseting library Clipper2

Clipper2 australia

Documentation

Documentation is available online, or locally via odig if this package has been installed.

opam install .
odig doc clipper

Building

clipper2c is vendored as a git submodule, so make sure to add --recurse-submodules when cloning, or run git submodule update --init --recursive to update the submodule if already cloned.

git clone --recurse-submodules https://github.com/geoffder/ocaml-clipper2
cd ocaml-clipper2
dune build

About

OCaml bindings to the polygon clipping and offseting library Clipper2

https://geoffder.github.io/ocaml-clipper2/clipper/index.html

License:GNU General Public License v2.0


Languages

Language:OCaml 100.0%