A simple library for the Processing programming language that facilitates keyboard input via dialog boxes.
Download this repository and copy the entire 'Inputs-master' folder into the libraries folder in your Processing sketchbook folder. Your sketchbook folder is typically in '/users/username/Documents/Processing/libraries' (you can check the exact folder location in the Processing preferences). Then Rename the 'Inputs-master' folder 'Inputs'.
When your done the folder structure should look like
Documents
│
└───Processing
│
└───libraries
│
└───Inputs
When this is completed, restart Processing and the library is installed.
It can be imported into any sketch using:
import iadt.creative.Inputs;
You can access an example of the library in use by clicking 'File->Examples...->Contributing Libraries->Inputs->Inputs Example' in the Processing IDE.