worley-noise

Crates.ioworley-noise
lib.rsworley-noise
version3.7.2
sourcesrc
created_at2018-02-02 00:03:07.953315
updated_at2021-10-27 13:02:59.929816
descriptionWorley noise implementation
homepage
repositoryhttps://gitlab.com/Sogomn/worley-noise
max_upload_size
id49253
size66,258
Johannes Boczek (Sogomn)

documentation

README

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!

Commit count: 137

cargo fmt