Skip to content

2017f Day 2

Nick Fox-Gieg edited this page Sep 15, 2017 · 5 revisions

repo

Import a Library in Processing
Sketch > Import Library > Add Library

You use the library with an import statement, like:

import ddf.minim.*;

You find the library and its examples in the folder it was downloaded to. By default on a Mac, this is
/Users/USERNAME/Documents/Processing/libraries/

On Windows this is
C:\Users\USERNAME\Documents\Processing\libraries\
Clone this wiki locally