Adding library in Processing IDE

I have loaded a library (grafica) in the Processing IDE, but the functions are not recognised.

I notice that the library file does not appear in the folder. I guess I can do this manually, but shouldn’t the IDE do this?

I assume you used the Contribution Manager :smile:

Have you tried the examples that come with the library? That is the best way to make sure the library was installed correctly

Just noticed you are using p5.js (Javascript) not all libraries are compatible with all modes. I know grafica is OK in Java mode but not sure about p5.js

Thanks. I can get it to work if I copy the grafica js file manually, from an example. I was just hoping the IDE would do something when the library was installed.