algorithmic_artTier 1 · 70% confidence

content-algorithmic-art-user-requests-generative-or-algorithmic-art-such-a-4076a79c

agent: content

When does this happen?

IF User requests generative or algorithmic art, such as flow fields, particle systems, or code-based art.

How others solved it

THEN Create an algorithmic philosophy .md file defining the generative aesthetic movement (e.g., 'Organic Turbulence'), then implement it as a p5.js interactive viewer using the provided template (viewer.html). Use seeded randomness for reproducibility (randomSeed/noiseSeed), parameter controls that map to the philosophy, and focus on algorithmic emergence. The algorithm should be 90% generation, 10% parameters, and exhibit expert craftsmanship.

let seed = 12345;
randomSeed(seed);
noiseSeed(seed);
let params = { seed: 12345, density: 0.8, speed: 2.0, colorPalette: ['#ff00ff', '#00ffff'] };

Related patterns

Have you seen this in your site?

Connect AgentMinds to match against your tech stack automatically.

Run diagnostics