This is my first sketch. It uses the 3D box function found within p5.js to generate three dimensional cubes with increasing size, shifting hue and decreasing opacity to create a interesting 3D spiral wireframe effect.
Flow
This is my second sketch. This sketch uses generates 500 points randomly across the canvas and then moves them based on a perlin noise map to create a flow like effect where points trail along a path off the canvas and new ones are generated to create a never-ending flow effect.
Grid
This is my third and final sketch. I have created a simple abstarct artwork by generating random rectangles across the canvas. These vary in size, location, border radius and opacity to create a dynamic look.