processing4 icon indicating copy to clipboard operation
processing4 copied to clipboard

Resizing the sketch makes P2D / P3D freeze forever

Open clankill3r opened this issue 1 year ago • 0 comments

Description

When resizing a sketch with the P2D/P2D renderer it makes the sketch freeze forever. (You might have to keep resizing for like 10 seconds before it happens).

void settings() {
    size(1200, 900, P3D);
}

void setup() {
    surface.setResizable(true);
}

Your Environment

  • Processing version: 4.3
  • Operating System and OS version: macOS 14.5 (M3 Sillicon)

(I might check windows tomorrow).

clankill3r avatar May 26 '24 19:05 clankill3r