https://github.com/nielse63/node-simplex-noise
A modern, node-based implementation of Simplex Noise
https://github.com/nielse63/node-simplex-noise
Last synced: 2 months ago
JSON representation
A modern, node-based implementation of Simplex Noise
- Host: GitHub
- URL: https://github.com/nielse63/node-simplex-noise
- Owner: nielse63
- License: mit
- Created: 2018-06-04T12:30:37.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-04-06T22:31:21.000Z (about 3 years ago)
- Last Synced: 2025-01-13T17:46:58.933Z (4 months ago)
- Language: JavaScript
- Size: 380 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-simplex-noise
> A modern, node-based implementation of Simplex Noise
Based on [Stefan Gustavson's implementation](http://staffwww.itn.liu.se/~stegu/simplexnoise/simplexnoise.pdf) of Ken Perlin's Simplex Noise algorithm.