Skip to content

Instantly share code, notes, and snippets.

@jesterjunk
Forked from timpulver/ResizableSketch.pde
Last active August 16, 2019 23:53
Show Gist options
  • Select an option

  • Save jesterjunk/36010ee8872446b0a33d4c60cdfe8c0e to your computer and use it in GitHub Desktop.

Select an option

Save jesterjunk/36010ee8872446b0a33d4c60cdfe8c0e to your computer and use it in GitHub Desktop.
[Processing] Make window/frame resizable
void setup(){
surface.setResizable(true);
//...
}
// tags: processing, p5, frame, java, resize, window
@jesterjunk
Copy link
Author

Changed frame to surface on line 2 for Processing 3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment