What problem does it solve?
Creating reproducible, interactive generative art often requires scaffolding: seed control, a self-contained HTML artifact, and a clean workflow to iterate on algorithms. This Skill provides a ready-to-use blueprint for building p5.js-based generative art with seeded randomness, enabling you to reproduce output across runs and share a single-file artifact that runs in a browser.
Core Features & Use Cases
- Seeded, reproducible output: Every seed yields a deterministic generative result, ideal for exhibitions or archivable studies.
- Self-contained artifact: Produces a single HTML document with embedded algorithm, UI controls, and CDN-based p5.js, suitable for Claude/AIs.
- Interactive exploration: Parameter controls and seed navigation let artists and developers experiment with real-time adjustments and variations.
- Extensible architecture: A flexible blueprint to implement any algorithmic aesthetic with modular parameters and UI.
Quick Start
Open the generated HTML artifact in a browser, adjust the parameter sliders, and use the seed controls to explore variations. Save or export the canvas as PNG to capture a result.