Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nielse63/node-simplex-noise
A modern, node-based implementation of Simplex Noise
https://github.com/nielse63/node-simplex-noise
Last synced: 28 days 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-06T22:31:21.000Z (over 2 years ago)
- Last Synced: 2024-04-14T05:26:08.735Z (7 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.