diff options
Diffstat (limited to 'math/py-noise/DESCR')
-rw-r--r-- | math/py-noise/DESCR | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/math/py-noise/DESCR b/math/py-noise/DESCR new file mode 100644 index 00000000000..d219d7db1d9 --- /dev/null +++ b/math/py-noise/DESCR @@ -0,0 +1,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. |