P5js experiments

Simply a space for me to share some of the things I’m learning and experimenting with.

I’ve been (re-)learning some Perlin noise visuals 🙂 Daniel Shiffman has a great set of youtube video’s on this topic as part of the coding train.

The drawing is semi-randomly (in this case using Perlin noise), and you can restart it by refreshing this page. You can find this sketch here.

The following sketch was inspired by the graphics on the BioArt laboratories website.

You can play around with the code on the P5js website.