Expand description
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.