Installing Processing

  1. Download processing. Please make sure you are downloading the latest release.

  2. Create a directory "Programs" on the C: disk, in the root. If "C:\Programs" exists already, skip this step.
  3. Extract the entire directory to C:\Programs (note, not "C:\Program Files"). if you are reinstalling Processing, remove the entire processing directory first.

Creapro Java library for Processing

This library adds the support for Arduino and AdMoVeo to Processing.

  1. Download creapro.jar

  2. In C:\Programs\processing-0135\libraries, create a sub-directory "creapro".
  3. In C:\Programs\processing-0135\libraries\creapro, create a sub-directory "library".
  4. Place creapro.jar in C:\Programs\processing-0135\libraries\creapro\library.

After this procedure, your should have a directory tree as below:

creapro.jar installed

And in Processing, you should be able to import the creapro library as shown below:

import creapro in processing

ControlP5 library for Processing

This library adds a GUI library to Processing.

  1. Download controlP5_0.3.0.zip from this wiki, or from its website

  2. Open the zip file, extract, or copy the direcotry "controlP5" into "C:\Programs\processing-0135\libraries"

After this procedure, you should be able to import the controlP5 library in Processing as shown below:

import creapro in processing