32 stable releases (3 major)

3.7.2 Oct 27, 2021
3.7.0 Dec 19, 2020
3.6.0 May 18, 2020
3.5.1 Aug 13, 2019
0.1.0 Feb 2, 2018

#777 in Algorithms

Download history 3/week @ 2024-02-23 2/week @ 2024-03-01 1/week @ 2024-03-08 334/week @ 2024-03-29

335 downloads per month

Apache-2.0

24KB
365 lines

Worley noise

Documentation Crates.io


What is this

This paper explains it pretty well


Worley noise Worley noise Worley noise Worley noise


Using it

worley-noise = "*"

Check the examples directory!


Running the examples

cargo run --release --example color_noise
cargo run --release --example animated_color_noise

WebAssembly

If compiled for the web (to disable multithreading):

worley-noise = { version = "*", features = ["web"] }

Here is an example project, here is the result.


Always open for feedback and questions!

Dependencies

~1.6–2.2MB
~41K SLoC