Instructor: Marcela
VERA MOLNÁR | Untitled, 1974
I chose this image because the patterns in it are highly structured and I think computers have an advantage in drawing things like this. Because the squares are all of the same color and same shapes, only the sizes are different. So I used three for loops and three variables x, y, z to create this image. The variables x and y represent the position of different squares and l represents the size. After I successfully drew all the squares, I took out the corresponding squares that are not in the image by adding an if condition. And I think drawing in Processing is a good method to realize this motif, as the computer does repetitive work fast and well.
Here is the image I created with Processing and my code.
I also created another similar image from the same series by changing the if condition. Moreover, with this method, more images like these could be generated easily.