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

Links

Project home: http://www.superduper.org/processing/fullscreen_api
Developer home: https://gna.org/projects/fullscreen-p5/