Trying to bring better fullscreen support to processing.
Attention!
This package conflicts with the processing present option.
If you want to go to fullscreen mode right away use this instead:
void setup(){
// ....
fs.setResolution( 640, 480 ); // change resolution to 640, 480
fs.setFullScreen( true ); // get fullscreen exclusive mode
}
Limitations
- The size of the sketch can not be changed, when your sketch is
smaller than the screen it will be centered.
- The ESC key exits the sketch, this is processing standard.
- Requires min. Java 1.4 to be installed work
- Only works for applications (not for applets)
Links
Project home: http://www.superduper.org/processing/fullscreen_api
Developer home: https://gna.org/projects/fullscreen-p5/