What problem does it solve?
Production pipeline for interactive and generative visual art using p5.js. The agent handles the full pipeline: creative concept, code generation, preview, export, and iterative refinement. Output is a single self-contained HTML file that runs in any browser — no build step, no server, no dependencies beyond a CDN script tag.
Core Features & Use Cases
- Self-contained HTML delivery: each project outputs a single HTML file with inline p5.js logic and optional assets.
- Creative coding workflow: supports generative art, data visualization, interactive experiences, 3D/WebGL scenes, and audio-reactive visuals.
- Export-ready pipeline: includes PNG, GIF, MP4, and SVG/vector outputs via built-in or headless export paths; comprehensive references guide implementation.
Quick Start
Create a minimal HTML file that loads p5.js from a CDN and runs a simple sketch to verify the pipeline.