bluenoise

Crates.iobluenoise
lib.rsbluenoise
version0.2.1
sourcesrc
created_at2020-08-16 23:52:59.05453
updated_at2021-12-17 01:57:40.640861
descriptionErgonomic blue noise (poisson disk sampling) for the masses.
homepagehttps://crates.io/crates/bluenoise
repositoryhttps://github.com/arlyon/bluenoise-rs
max_upload_size
id277383
size34,221
Alexander Lyon (arlyon)

documentation

README

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"
Commit count: 26

cargo fmt