This respository contains an experimental implementation of simplex noise based on the code from the public domain, found at weber.itn.liu.se/~stegu/simplexnoise. Note that this is not the genuine implementation of Ken Perlin's simplex noise presented at SIGGRAPH 2002.
cpu: Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz
BenchmarkNoise/10x10-8 763042 1568 ns/op 0 B/op 0 allocs/op
BenchmarkNoise/100x100-8 7402 159403 ns/op 0 B/op 0 allocs/op
BenchmarkNoise/1000x1000-8 74 15732020 ns/op 0 B/op 0 allocs/op
We are open to contributions, feel free to submit a pull request and we'll review it as quickly as we can. This library is maintained by Roman Atachiants
Tile is licensed under the MIT License.