The repository that builds the organization's picture
  • JavaScript 100%
Find a file
2026-05-05 00:58:40 -04:00
css Base p5.js project 2026-05-05 00:02:37 -04:00
js Base p5.js project 2026-05-05 00:02:37 -04:00
.gitignore Base p5.js project 2026-05-05 00:02:37 -04:00
index.html Base p5.js project 2026-05-05 00:02:37 -04:00
LICENSE Initial commit 2026-05-05 03:21:00 +00:00
README.md Base p5.js project 2026-05-05 00:02:37 -04:00
sketch.js Static rings, fix seams, add transparent red rings looop 2026-05-05 00:58:40 -04:00

logo

Getting Started

Open index.html in your web browser and start editing sketch.js.

Running Locally

For projects with media files, use a local server:

# Using Python
python -m http.server 8000

# Using Node.js
npx http-server

# Using VS Code Live Server extension
# Right-click index.html -> "Open with Live Server"

Resources