Generative Art Operations Practical patterns for creative coding and generative art. Covers three.js, p5.js, SVG generation, GLSL shaders, procedural algorithms, and color theory for computational aesthetics. Color-ops handles CSS color, accessibility, and design tokens. This skill focuses on generative/procedural color techniques (palette algorithms, shader color, gradient interpolation in perceptual space). --- 1. Three.js -- Scene Scaffolding (2026) Minimal Scene Animation Loop (Timer-based, 2026 pattern) OrbitControls Lighting Rig (Three-point) Post-Processing Pipeline (Bloom) InstancedMe…