Skip to content

GoToLoop/Inputs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inputs

About

A simple library for the Processing programming language that facilitates keyboard input via dialog boxes.

Installation

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.

Use

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.

About

Processing library to provide keyboard input via dialog boxes.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%