/gull

Convex Hull in golang

Primary LanguageGo

gull

Convex Hull implementation in golang 😺

Not much too it really.

Development

Install dep

brew install dep

Install dependencies

dep ensure

Tests

Run the tests:

go test ./...

Running the example

go run main.go

You should see a load of pngs in results/. They should look a little like this:

The example is generating two sets of random points. The first is in a circular distribution and the second is a small set of noise. Thus, giving the effect above 👍