-
-
Save jesterjunk/36010ee8872446b0a33d4c60cdfe8c0e to your computer and use it in GitHub Desktop.
[Processing] Make window/frame resizable
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| void setup(){ | |
| surface.setResizable(true); | |
| //... | |
| } | |
| // tags: processing, p5, frame, java, resize, window |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Changed
frametosurfaceon line 2 for Processing 3