Smooth curves with Perlin Noise and Recreating the Unknown Pleasures Album Cover in P5 In this part of the perlin noise tutorial series we will have a look at creating smooth curves with Perlin Noise in P5js and processing.
An introduction to Perlin Noise in P5JS and Processing The Perlin noise generator in p5js is a fantastic feature that allows us to code up a plethora of different sketches, here's a rundown of how it works as well as some examples.
Perlin Noise Surface Textures and Scrolling Tricks In this part of the perlin noise tutorial series we will have a look at creative applications of Perlin Noise and using it to texture.
Simulating Brush Strokes with Hooke's Law in P5JS and Processing Hooke's Law is generally found in physics and concerns the behaviour of springs, however it can also come in handy for simulating brush strokes programmatically.