ssell / noisegen

Browser-based mathematical noise generation.
http://www.noisegen.io
Apache License 2.0
5 stars 1 forks source link

Algorithm: Simplex Noise #2

Closed ssell closed 7 years ago

ssell commented 7 years ago

Implement the Simplex Noise algorithm. Sample implementation may be found at:

https://github.com/ssell/OcularEngine/blob/master/OcularCore/include/Math/Noise/SimplexNoise.hpp

ssell commented 7 years ago

Implemented in 7c45ffa3b114de27ed670a8923c1b798168a3e42