Skip to content

random composition

Composition of random rectangles with Processing. A randomized composition maker that will create shapes of a random size, filled with a random shade of grey, and place them in a random spot within the display window. The fill() function is passed a random number between 0 and 255 to determine the shade of grey. A ...continue reading "Rectilinear Randomized Composition"

random composition processing

Compositions from randomly loaded images using Processing. Create a composition with randomly chosen and placed images. A variable in the Sketch (numberImages) tracks the number of images that the two random ones will be drawn from. int numberImages = 5; The loadImage() function randomly selects a number within the range of images available (in this ...continue reading "Random Image Composition"