MrYawe / ocaml-quadtrees

An OCaml library for quadtrees.

Home Page:https://mryawe.github.io/ocaml/quadtrees

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ocaml-quadtrees

Documentation

You can find the documentation here.

Installing

$ ocaml setup.ml -configure
$ ocaml setup.ml -build
$ ocaml setup.ml -install

Uninstalling

$ ocaml setup.ml -uninstall

Run the demo program

$ make
$ ./Demo.native The program can be Demo.byte if the native build is not available on your computer.

You can use the SCALE env variable to fit your needs.
$ SCALE=2 ./Demo.native

Run tests

You need to have OUnit2 installed.

$ make test

About

An OCaml library for quadtrees.

https://mryawe.github.io/ocaml/quadtrees


Languages

Language:OCaml 93.6%Language:Standard ML 5.2%Language:Makefile 1.2%