bluenoise 0.1.1

Ergonomic blue noise (poisson disk sampling) for the masses.
Documentation

bluenoise provides an implementation of poisson disk sampling in two dimensions, with glam as the underlying maths library. It aims to be fast, well documented and easy to use, taking advantage of a few optimisations to dramatically speed up compute speed.

## Get Started

To get started, if you have cargo-edit, simply run:

cargo add bluenoise

Otherwise, add bluenoise to your Cargo.toml.

[dependencies]
bluenoise = "0.1"