Appendix AIntroduction to p5.js
To quote from p5js.org, p5.js is a JavaScript library for creative coding, with a focus on making coding accessible and inclusive for artists, designers, educators, beginners, and anyone else!
By developing a library and tools, including a Web editor, the Processing community provides a way to produce projects for the Web. The p5.js effort is currently led by Qianqian Ye and evelyn masso and was created by Lauren Lee McCarthy.
The p5.js library and tools provide for JavaScript a similar entry that Processing provides for Java. In fact, if you go to https://processing.org/, you can find links to tools for using Processing functionality to Python and other programming languages.
In this Appendix, we will show you how ...