int pixels_pixels = 200; void setup() { size(pixels_pixels, pixels_pixels, P2D); noLoop(); }