webgl-noise/README

13 lines
517 B
Plaintext
Raw Normal View History

2011-02-23 23:19:31 -08:00
This work follows Stefan Gustavson's paper "Simplex noise demystified"
http://www.itn.liu.se/~stegu/simplexnoise/simplexnoise.pdf
2011-02-23 23:19:31 -08:00
without using uniform arrays or texture engines.
The resulting noise functions are fast and self contained,
and their performance scales well with massive parallelism.
2011-02-23 23:19:31 -08:00
Simplex noise functions are (C) Ashima Arts
Classic noise functions are (C) Stefan Gustavson
2011-02-23 23:19:31 -08:00
Source code for the noise functions is released under the
conditions of the MIT license. See the file LICENSE for details.