2907 Forks
19557 Stars
19557 Watchers

p5.js

p5.js is a client-side JS platform that empowers artists, designers, students, and anyone to learn to code and express themselves creatively on the web. It is based on the core principles of Processing. http://twitter.com/p5xjs —

How to download and setup p5.js

Open terminal and run command
git clone https://github.com/processing/p5.js.git
git clone is used to create a copy or clone of p5.js repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with p5.js https://github.com/processing/p5.js/archive/master.zip

Or simply clone p5.js with SSH
[email protected]:processing/p5.js.git

If you have some problems with p5.js

You may open issue on p5.js support forum (system) here: https://github.com/processing/p5.js/issues