I.5: Perlin Noise in Two Dimensions (p5.js)
In the fifth part of my Perlin Noise Tutorial, I demonstrate how to use two-dimensional Perlin noise in a p5.js sketch.
- p5.js reference for noise() 
- p5.js reference for random() 
- The Nature of Code - online book by Daniel Shiffman 
- Repository for example p5.js code from the Nature of Code book 
- Editingby Mathieu Blanchette 
- Animationsby Jason Heglund 
