Perlin Noise

Perlin Noise All examples are done in p5js The noise() function is a controllable way to create a series of values that have some randomness. It uses the Perlin Noise technique, developed by Ken Perlin. Originally used for simulating natural textures through subtle irregularities, Perlin Noise is now also used for generating shapes and realistic … Continue reading Perlin Noise