WEEK: 9
Active: October 12th - October 18th
Work Due: October 19th @ 11:59PM

What is p5.js?

I borrowed this from their website.

“p5.js is a JavaScript library for creative coding, focusing on making coding accessible and inclusive for artists, designers, educators, beginners, and anyone else! p5.js is free and open-source because we believe software, and the tools to learn it, should be accessible to everyone.”

Using the metaphor of a sketch, p5.js has a full set of drawing functionality. However, you’re not limited to your drawing canvas. You can think of your whole browser page as your sketch, including HTML5 objects for text, input, video, webcam, and sound.

p5js.org

What does this mean? It means we can create some exciting and creative projects using this library. So, let’s move to the next section to see how to implement p5.js in our projects.


Previous section:
Next section: