- sketches: All sketches are here.
- libraries: Libraries like p5, p5.sound.
- shared: Shared scripts used in multiple sketches.
To start working, run a dev server (e.g. VS Code Live Server) from the root repository folder (where this README.md is), and open the url shown.
Run a sketch by opening the corresponding folder, as it is relative to the root repository folder. E.g. to run the shapes sketch sketch, go to http://localhost:5500/sketches/shapes.
Duplicate an existing sketch in sketches.
To run multiple sketches in a sequence, add or change the paths in main.js and open the root of the website (e.g. http://localhost:5500)
Check the empty sequence sketch example for how to change between the sketches.
Here are the shapes we'll use. Check about the details in the shapes sketch