Visit https://p5play.org to learn how to use p5play.
This folder contains a basic p5play + q5.js template to help get you started on your own p5play project! 😃🎮
favicon.png - the icon for the web page, which appears on the browser tab
index.html - the webpage that runs your sketch.js code
jsconfig.json - a file that enables auto-complete and hover documentation for p5play in code editors like Visual Studio Code
sketch.js - write your code in the sketch file
Use the q5play VSCode or Live Server extension for Visual Studio Code to run your project.
For offline use, install bun or npm. Then in the file menu hover over "Terminal" and select "New Terminal". In your p5play project folder run bun install to install the q5 and p5play packages. Use bun update or npm up to update packages to the latest versions.
This message will now self-destruct in 5... 4... just kidding! But you can delete the contents of this file and write a README.md file that describes your own project.