Go to file
stegu b3878ba9f9 Changed demo shader slightly 2011-04-05 18:05:09 +02:00
benchmark Added missing constant shader file 2011-04-03 17:49:25 +02:00
demo Changed demo shader slightly 2011-04-05 18:05:09 +02:00
deprecated Spelling of deprecated 2011-03-25 15:10:19 +01:00
src Added missing 4D classic noise file 2011-04-03 17:47:49 +02:00
LICENSE Added 4D classic noise, declutter, speedups, removed dep of noiseStdLib.glsl, benchmark changed to test all six versions of noise. 2011-04-03 17:30:50 +02:00
README Added 4D classic noise, declutter, speedups, removed dep of noiseStdLib.glsl, benchmark changed to test all six versions of noise. 2011-04-03 17:30:50 +02:00

README

This work follows Stefan Gustavson's paper "Simplex noise demystified"
http://www.itn.liu.se/~stegu/simplexnoise/simplexnoise.pdf
without using uniform arrays or texture engines.

The resulting noise functions are fast and self contained,
and their performance scales well with massive parallelism.

Simplex noise functions are (C) Ashima Arts
Classic noise functions are (C) Stefan Gustavson

Source code for the noise functions is released under the
conditions of the MIT license. See the file LICENSE for details.