I know how to code basic Python, but am brand new to Processing/p5j.s. Any help would be appreciated on the steps needed to do the following:
I want to code an array of images to fill the background of a webpage, and have the position of each image randomly shuffled each time the page is refreshed. The images would be pulled from a folder of 1600 images (300x300 pixels each). With each refresh, every image is still present on screen but in a different place on the canvas. The images are quite abstract so the idea is that a different pattern is generated each time, creating a composite image that is never the same.