Package fullscreen

Trying to bring better fullscreen support to processing.

See:
          Description

Class Summary
FullScreen Creates a new fullscreen object.
FullScreenBase The base class FullScreen and SoftFullScreen inherit from.
NativeOSX This class dynamically hides/shows the menubar on osx systems.
SoftFullScreen Creates a new softfullscreen object.
 

Package fullscreen Description

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/



processing fullscreen api library by hansi, 2009.