What problem does it solve?
Algorithmic-art generation often requires bespoke pipelines and manual tuning; this Skill provides a self-contained framework to produce seed-driven, reproducible generative art that can be loaded and explored via a single HTML artifact.
Core Features & Use Cases
- Seeded randomness for reproducible results across runs with the same seed.
- Self-contained HTML artifact that includes the UI, p5.js, and the algorithm in one file.
- Philosophy-guided algorithm design: a written strategy that informs the generative process and can be evolved without changing the core structure.
- Parameter controls (seed, particle counts, colors, speed, etc.) to explore a wide space of visuals.
- Practical use cases include generative art prototyping, design explorations, and educational demonstrations of generative systems.
Quick Start
Load the skill's template, configure a seed and parameters, then render the self-contained HTML artifact to explore seed-based generative art.