Crate fuss [] [src]

Fuss - Small, lightweight simplex noise generator for Rust

Ported from http://staffwww.itn.liu.se/~stegu/simplexnoise/simplexnoise.pdf originally in Java.

Structs

Simplex

Hold the proper permutation tables and methods for generating 2D and 3D noise.