About
pgui is a Processing library used for the creation of GUI elements.
This includes: windows, buttons, sliders, etc.
View the full list of available elements in the Developer’s Reference.
Getting Started
- Download Processing
- Open or create a new sketch in the Processing editor
- Download the file pgui.jar
- Drag & drop the pgui.jar file onto the Processing editor
or
Select pgui.jar file in Processing: Sketch > Add File…
- Import library with
import pgui.packagename.classname;
For example, to import a pgui Window & Button:
import pgui.win.Window;
import pgui.btn.Button;
- Download a demonstration of the library in Processing here. View the full list of available classes and methods in the Developer’s Reference.
- Start creating!
Details
- Tested using Processing 3.5.4.
- Developed with Java SE 8 using Eclipse Temurin 17.0.4