#perlin-noise #2d-3d #improved #unsafe #cs

noise_perlin

Improved perlin noise in 2D and 3D

1 stable release

1.0.0 Sep 14, 2023

#8 in #cs

23 downloads per month

MIT license

13KB
187 lines

Perlin noise in Rust

This is a fast implementation of Perlin noise in Rust.

It has no dependencies, is #![no_std] and #[forbid(unsafe_code)].


lib.rs:

Perlin noise in 2D and 3D. Translated from the reference Java implementation at https://mrl.cs.nyu.edu/~perlin/noise/ and https://mrl.cs.nyu.edu/~perlin/paper445.pdf

No runtime deps