Basic processing

PHOTO EMBED

Thu Mar 11 2021 13:00:16 GMT+0000 (Coordinated Universal Time)

Saved by @andreaperato

void setup() {
  size (900, 900);
  background(255);
  //surface.setResizable(true);
  surface.setLocation(0, 0);
  //noLoop();
}

void draw(){

}
content_copyCOPY