p5.js is a JavaScript library for creative coding.
This project is a “starter kit” for using Visual Studio Code, Atom, or another code editor running on your computer, for local development of p5.js projects.
- On https://github.com/osteele/p5-template, click Code, and then Download Zip
- If necessary, unzip the zip file. (Your computer may do this automatically.)
- Rename the folder "p5-template" to your project name.
- In a code editor, open the folder.
- Start editing! The p5.js code is in
sketch.js.
More detailed instructions on how to use this with Visual Studio Code are here.
MIT