Grace Hopper; Processing 2D Generative Art; 1000 px. x 1000 px. 
This 2D generative art piece was created with Processing. When the mouse is clicked, the rectangle around the mouse divides. The number of rectangles created with each mouse click can be adjusted. When the “b” key is pressed on the keyboard, the pixel colors within each rectangle are averaged together. Depending on whether the “m” or “n” key is pressed on the keyboard determines whether the rectangles are created using linear (O(n)) or binary search (O(log(n))).
Back to Top