Javascript is the foundation of many different libraries. One such library is p5. A library is a JavaScript file that contains a bunch of functions, and those functions accomplish some useful task for your webpage.
Most javascript libraries have documentation on how to use them and examples of sites that incorporate them.
Libraries are also open source. This means that you can create a JS library on your own and put it into the world. Maybe one day you’ll discover something you find useful, and share it with the world.
For today’s activities, we’re going to use a JavaScript library called p5.js. You can use p5.js for artwork, data visualization, or simply in tandem with HTML, CSS and JavaScript
Show and Tell Display Data
JavaScript Libraries
An Oral History on Processing
P5.js
The Web Editor