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 |
#829 in Algorithms
90 downloads per month
24KB
365 lines
Worley noise
What is this
This paper explains it pretty well
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
~40K SLoC