#blue #noise #poisson #sampling

bluenoisers

Implementation of blue noise in Rust using Fast Poisson Disk Sampling

2 stable releases

Uses old Rust 2015

1.1.1 Sep 2, 2016
1.0.0 Jul 28, 2016

#7 in #poisson

Download history 2/week @ 2024-11-20 3/week @ 2024-11-27 2/week @ 2024-12-04 12/week @ 2024-12-11 1/week @ 2024-12-18 26/week @ 2025-02-05 9/week @ 2025-02-12 11/week @ 2025-02-19 16/week @ 2025-02-26

62 downloads per month
Used in z-buffer-game

Apache-2.0

16KB
312 lines

Build Status

two-dimensional blue noise example

bluenoisers

Implementation of blue noise in Rust using Fast Poisson Disk Sampling. This implementation can be used for images (2-dimensional), for volumes (3-dimensional) and in higher dimensions.

For background information see here: https://www.cs.ubc.ca/~rbridson/docs/bridson-siggraph07-poissondisk.pdf

Documentation is here: https://connyonny.github.io/bluenoisers/bluenoisers


lib.rs:

bluenoisers

Implementation of blue noise in Rust using Fast Poisson Disk Sampling. This implementation can be used for images (2-dimensional), for volumes (3-dimensional) and in higher dimensions.

For background information see here: https://www.cs.ubc.ca/~rbridson/docs/bridson-siggraph07-poissondisk.pdf

Documentation is here: https://connyonny.github.io/bluenoisers/bluenoisers

Dependencies

~340–570KB