Welcome to my P5.js 100 Projects Challenge repository! Here, I document my journey of creating 100 creative coding projects using the p5.js library.
Each project is contained in its own folder, numbered sequentially (e.g., 1.Shooting
, 2.Mitosis-Simulation
, etc.). Inside each folder, you'll find:
- The p5.js sketch (JavaScript file).
- A README.md with details about the project.
- Any additional assets (images, videos, etc.).
Here’s a list of all the projects I’ve completed so far, sorted by project number:
p5.js is a JavaScript library that makes coding accessible for artists, designers, educators, and beginners. It's perfect for creating interactive graphics, animations, and visualizations.