Skip to content

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

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
license-apache.txt
MIT
license-mit.txt
Notifications You must be signed in to change notification settings

arlyon/bluenoise-rs

Repository files navigation

bluenoise-rs

version license

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.2"