We are about to switch to a new forum software. Until then we have removed the registration on this forum.
This script starts and lets you resize the window but if you stretch it enough the script crashes with ArrayOutOfBoundsException.
void setup() {
surface.setResizable(true);
}
void draw() {
loadPixels();
text(pixels.length, 5, 15);
}
Answers
https://GitHub.com/processing/processing/issues