summaryrefslogtreecommitdiff
path: root/math/py-noise/DESCR
blob: d219d7db1d9de155726be43f685de9108f92c63d (plain)
1
2
3
4
5
6
7
8
9
Perlin noise is ubiquitous in modern CGI. Used for procedural
texturing, animation, and enhancing realism, Perlin noise has been
called the "salt" of procedural content. Perlin noise is a type of
gradient noise, smoothly interpolating across a pseudo-random matrix
of values.

The noise library includes native-code implementations of Perlin
"improved" noise and Perlin simplex noise. It also includes a fast
implementation of Perlin noise in GLSL, for use in OpenGL shaders.