You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We welcome everyone to participate in this wiki. If you would like to edit this wiki and don't already have edit access, please open an issue or comment on an existing one noting the wiki page you'd like to edit. You will then be added as a repository contributor with edit access.
What is p5.js?
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! 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.
Tutorial
A complete list of tutorials can be found on the p5.js learn page. There is one page (archived content) that contains some of the older material that used to be in this wiki, in case you are missing it. Here are some resources for further p5.js learning:
Tutorials: Tutorials introducing different p5.js topics
Examples: Short, prototypical examples exploring the basics of programming with p5.js
Development
If you are interested in developing p5.js, please see the contributor_docs folder in the repository.
The README in this folder contains an overview of how to contribute, build the library, test the code, and update the documentation. Here are some further resources for p5.js development: