Algorithmic Philosophy Creation
To begin, create an ALGORITHMIC PHILOSOPHY (not static images or templates) that will be interpreted through:
- Computational processes, emergent behavior, mathematical beauty
- Seeded randomness, noise fields, organic systems
- Particles, flows, fields, forces
The Critical Understanding
- Algorithmic Philosophy Creation (.md file): Write a manifesto for a generative art movement (4-6 paragraphs).
- Express by creating p5.js generative art (.html file): The code creates p5.js sketches that are 90% algorithmic generation, 10% essential parameters.
P5.js Implementation Rules
CRITICAL: BEFORE writing any HTML:
- Read
templates/viewer.html. - Use that file as the LITERAL STARTING POINT.
- Keep all FIXED sections (header, sidebar structure, branding).
- Replace only the VARIABLE sections (algorithm, parameters).
Output Format
- Algorithmic Philosophy: Markdown explaining the generative aesthetic.
- Single HTML Artifact: Self-contained interactive generative art built strictly from
templates/viewer.html.