Improved Perlin noise generator
No license! This code is a Go implementation of Perlin's copyrighted Improved Noise algorithm. Please assume you may NOT use it for commercial purposes.
- An Image Synthesizer, Perlin's original paper
- Original C implementation
- Improving Noise, Perlin's follow up paper
- Improved Noise reference implementation, Perlin's web site
- Understanding Perlin Noise, solid walkthrough