noise-rs icon indicating copy to clipboard operation
noise-rs copied to clipboard

Procedural noise generation library for Rust.

Results 55 noise-rs issues
Sort by recently updated
recently updated
newest added

Hey there! I'm using the 1D Perlin noise support from 1a2b5e0880656e8d2ae1025df576d70180d7592a, but it hasn't been released yet, and I'm trying to publish my crate that uses it. Would it be...

it will allow saving noise maps in JSON or TOML

The description spelled "This" as "THis".

I think it would be helpful to blend some types of noise with a gradient. I have some ideas on how to implement a gradient NoiseFn and i'll probably be...