Skip to content

kelindar/simplex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kelindar/smutex
Go Version PkgGoDev Go Report Card License Coverage

Simplex Noise

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.

kelindar/simplex

Benchmarks

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

Contributing

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

License

Tile is licensed under the MIT License.

About

Simplex noise in Go

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages