processing4
processing4 copied to clipboard
Resizing the sketch makes P2D / P3D freeze forever
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).