int pixels$pixels = 200;

void setup() {
  size(pixels$pixels, pixels$pixels, P2D);
  noLoop();
}
