| Crates.io | worley-noise |
| lib.rs | worley-noise |
| version | 3.7.2 |
| created_at | 2018-02-02 00:03:07.953315+00 |
| updated_at | 2021-10-27 13:02:59.929816+00 |
| description | Worley noise implementation |
| homepage | |
| repository | https://gitlab.com/Sogomn/worley-noise |
| max_upload_size | |
| id | 49253 |
| size | 66,258 |
This paper explains it pretty well

worley-noise = "*"
Check the examples directory!
cargo run --release --example color_noise
cargo run --release --example animated_color_noise
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!