That’s So Random

giphy

My first ever Processing sketch isn’t so much about the content as it is an exploration of features that I wasn’t familiar with using outside of P5.

Did I intend to create a David Lynchesque nightmare sequence? Not really. I did want to see if I could randomize an array of photos as well as sounds and implement them into a random walker.

Ideally, I would have liked to keep the random walker from disappearing when the new image was being drawn but I struggled with how to do that. If I don’t clear the canvas, the images never leave, but if I put background in draw, I get what’s happening currently.

 

Click here for the code.

My second sketch is just a quick exploration of Perlin noise.

Here is the code for that.

Leave a Reply

Your email address will not be published. Required fields are marked *