ThisClark
ThisClark

Reputation: 14823

Where are Processing libraries installed when added from the Sketch menu?

When I add a library in Processing (Sketch > Import Library > Add Library), where is it installed?

Upvotes: 7

Views: 3774

Answers (2)

Kevin Workman
Kevin Workman

Reputation: 42176

They're installed in your sketchbook location.

You can view and change your sketchbook location by going to File > Preferences. The sketchbook location setting is the first option in that dialog:

Processing sketchbook location dialog

This sketchbook location is also where your settings are stored, as well as the default place where sketches are saved.

You could have probably figured this out by googling "processing library directory" or by just installing a library and then searching for a directory with that name.

Upvotes: 7

geokavel
geokavel

Reputation: 619

It's in the libraries folder of your Processing sketch folder. On my Mac, it's ~/Documents/Processing 3.0/libraries/

Upvotes: 3

Related Questions