
g4p-gui-builder
THIS PROJECT HAS MOVED
This project has been moved to SourceForge. This repository will remain until January 2014 when GoogleCode remove download facilities from all existing projects.
V2.3 is now available from SourceForge
Any previous versions need to be downloaded from this site.
This is a tool for the Processing IDE to enable visual development of a GUI using the G4P library.
It a visual editor that enables the rapid design and creation of user interfaces (including multiple windows) that use controls from the G4P library G4P repository
Tool Versions
If you are using Processing 2 then use * V2.2.3 of this tool and * V3.2.5 of G4P (GUI for Processsing)
If you are using Processing V1.5.1 then use * V1.1.0 of this tool and * V1.7.6 or later of G4P (GUI for Processsing)
WARNING
Please note that GUIs created with a particular version of this tool might not be editable with a newer version.
Folders and Files created by this tool
When saving the sketch tab (user supplier name) the tool will create the following files and folders
gui.pde (file)
a secondary tab that has all the code for declaring and creating the G4P controls. This tab is auto generated by the tool and should NOT be modified except to add code inside the event handlers.
data (folder)
user images used for image buttons or other user supplied data required by the controls you have created are stored in this folder. The data folder is an integral part of the skecth and any other files that your sketch uses should be placed here.
GUI_BUILDER_DATA (folder)
the tool uses this to store any information needed by the tool but not needed by the actual sketch. See below
gui.ser.??? (file)
this file is used to store the current GUI design from the tool and is saved in the GUI_BUILDER_FOLDER. It means that design data is persistant between editing sessions. The ??? is the tool version number.
Once the sketch is completed then the GUI_BUILDER_DATA folder and its contents can be deleted since it was only required during the GUI design phase using the GUI builder tool.
To see the library and its gui designer tool in action go to the G4P and GUI Builder website
Project Information
The project was created on Jul 11, 2011.
- License: GNU GPL v3
- 11 stars
- svn-based source control