Hi ,
I want my processing code to run in background and not open the window on screen.
Basically the sketches generated are to be stored as .png images . For that I am using save() function.
However, how do i prevent the Processing output window from being displayed on screen ?
1