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.
To get started, if you have cargo-edit
, simply run:
cargo add bluenoise
Otherwise, add bluenoise
to your Cargo.toml
.
[dependencies]
bluenoise = "0.2"