Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resizing the sketch makes P2D / P3D freeze forever #838

Open
clankill3r opened this issue May 26, 2024 · 0 comments
Open

Resizing the sketch makes P2D / P3D freeze forever #838

clankill3r opened this issue May 26, 2024 · 0 comments

Comments

@clankill3r
Copy link

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant