What problem does it solve?
p5.js sketches are a natural way to prototype browser-based generative art, but turning a concept into a polished, export-ready piece often requires a structured workflow. This Skill provides a production pipeline from concept to preview to export, including guidance on design decisions, code structure, and deterministic rendering.
Core Features & Use Cases
- Production pipeline for interactive, generative art, data visualizations, 3D scenes, and shader-driven sketches in the browser.
- Self-contained HTML output with optional headless export ( Puppeteer-backed ) for reproducible renders and batch exports.
- Predefined workflow steps (CONCEPT → DESIGN → CODE → PREVIEW → EXPORT → VERIFY) and best-practice patterns for performance, assets, and deployment.
Quick Start
Open a single HTML file that contains an inline p5.js sketch and begin iterating using the viewer template or a bare HTML setup.