https://github.com/davidfig/noise
Simple 1D Noise generator in javascript
https://github.com/davidfig/noise
Last synced: 2 months ago
JSON representation
Simple 1D Noise generator in javascript
- Host: GitHub
- URL: https://github.com/davidfig/noise
- Owner: davidfig
- License: mit
- Created: 2016-09-19T02:23:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-19T02:41:57.000Z (over 8 years ago)
- Last Synced: 2025-02-16T21:04:38.801Z (3 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.hbs
- License: LICENSE
Awesome Lists containing this project
README
## noise.js
a javascript simple noise generator
based on code from from [scratchapixel.com](http://www.scratchapixel.com/old/lessons/3d-advanced-lessons/noise-part-1/creating-a-simple-1d-noise/), via [Michael Bromley](http://www.michaelbromley.co.uk/blog/90/simple-1d-noise-in-javascript)## Installation
npm install yy-noise
# API Reference
{{#class name="SimpleNoise"}}
{{>body~}}
{{>member-index~}}
{{>separator~}}
{{>members~}}
{{/class}}* * *
Copyright (c) 2016 YOPEY YOPEY LLC - MIT License - Documented by [jsdoc-to-markdown](https://github.com/75lb/jsdoc-to-markdown)