G4P V3.1.1 (new release available)
in
Library and Tool Development
•
9 months ago
I have just released a new version of G4P which can be downloaded from
here. Apart from some bug fixes and some minor enhancements the main difference is the addition of dialog boxes.
Of particular interest are the selectFolder, selectInput and selectOutput dialogs which behave in the same manor as those in Processing 1.5.1 (before the changes introduced for 2.0). Effectively it means you have an easier upgrade path for any of your old sketches that used these methods.
It also includes simple dialogs (single button) with the showMessage method and option dialogs (2/3 buttons) with the showOption method.
Also there is the selectColor dialog which gives easy access to the Java Swing color chooser dialog.
The dialog boxes can be seen in action here and this is also included as an example in the library download.
EDIT
I am now using Doxygen to create the online reference for this library. I hope you find it easier to use.
Of particular interest are the selectFolder, selectInput and selectOutput dialogs which behave in the same manor as those in Processing 1.5.1 (before the changes introduced for 2.0). Effectively it means you have an easier upgrade path for any of your old sketches that used these methods.
It also includes simple dialogs (single button) with the showMessage method and option dialogs (2/3 buttons) with the showOption method.
Also there is the selectColor dialog which gives easy access to the Java Swing color chooser dialog.
The dialog boxes can be seen in action here and this is also included as an example in the library download.
EDIT
I am now using Doxygen to create the online reference for this library. I hope you find it easier to use.