Hello all
Is there a way to open new windows with processing? like another window of size(x,z).
Maybe by a button or something.
I would like to ask if there is some library that I can use that do that without coding from native Java
Best, Luis.
Both the G4P and controlP5 libraries support multiple windows.
2 Likes
We can also call runSketch() for it:
1 Like
Hello quark!
Thanks, I am running CP5 atm, can you be more specific?
So many code in here lol
Best, Luis
CP5? I assume you mean controlP5. In Processing select File > Examples from the menus. In the window that opens open the Contributed Libraries tab and find ControlP5 there should ba an example of opening a new window.
1 Like