background preloader

Libraries

Facebook Twitter

Processing ControlP5 library example 1 : user interface – kasperkamperman.com : creative media technology. // ControlP5 Example 1 : Basic UI elements import controlP5.*; // import controlP5 library ControlP5 controlP5; // controlP5 object // array to store 7 colors that can be changed by the different // user interface elements color [] colors = new color[7];

Processing ControlP5 library example 1 : user interface – kasperkamperman.com : creative media technology

Quark's place. Downloads - gui4processing - GUI for Processing programming environment. My favorites ▼ | Sign in Project Home Downloads Wiki Issues Source 1 - 36 of 36 Terms - Privacy - Project Hosting Help Powered by Google Project Hosting.

Downloads - gui4processing - GUI for Processing programming environment

GUI G4P Builder. The GUI builder tool provides a visual environment for the rapid creation and editing of user interfaces using GUI controls in the G4P library.

GUI G4P Builder

Features Graphical interface position and size G4P controls for your sketch scrollable 'form' makes it easier to create GUIs for large windows create secondary windows that can hold G4P controls property grid to edit the controls attributes tree view to rapidly navigate between controls grid control to simplify the allignment of controls auto-hides the design window when not active (selectable) can move back and forth between design and Processing IDE Code generation.