-
Notifications
You must be signed in to change notification settings - Fork 0
Kyle_Perlin Noise
I saw this work while I was searching different artworks made using p5.JS and was wondering if I can make something similar. My goal hear was to make something that has a feeling of painting. Originally I was thinking to upload a black and white image and ask p5 to detect the brightness of each part and based the brightness value would control the movement of the walker. Rather repels or pull towards it. However, I wasn't able to accomplish that function. Hence, I created a walker class to, at least, ease the creation of multiple walker.
I have referenced the coding train video about "Random Walker with Vectors and Lévy Flight." Gathering basic knowledge about how perlin and regular noise works definitely helped to easily write the code by myself.