Processing can be extended with libraries written by members of the community to add new functionality. This chapter goes over some of the libraries available for the Android mode and ends with a guide on how we can create our own libraries.
Extending Processing with Libraries
Two features in Processing have contributed to its adoption as a teaching and prototyping tool. First, a minimal core API that is easy to learn and second, a library architecture that extends ...