| name | algorithmic-art |
| description | Create generative, code-based art and visualizations using P5.JS and algorithmic principles. |
FORGE Algorithmic Art Skill
Use this skill to create unique, generative visual artifacts or to visualize complex data structures algorithmically.
Algorithmic Philosophy
- Conceptual Seed: Start with a mathematical or natural phenomenon (e.g., "Voronoi Diagrams", "Lindenmayer Systems", "Fluid Dynamics").
- Deduce Style: Choose an aesthetic (e.g., Generative Minimalism, Digital Brutalism, Organic Complexity).
- Technical Implementation: Use P5.JS to implement the visual logic.
Craftsmanship Requirements
- Efficiency: Favor procedural generation over static assets.
- Interactivity: Where appropriate, make the art responsive to user input.
- Clean Code: Structure your P5.JS scripts for readability and modularity.
Output Format
Deliver your implementation in a self-contained HTML/JS artifact.