Chaos in Code
Technique
Generative procedural algorithms using p5.js and WebGL for real-time rendering
Dimensions
4096px (width) × 2048px (height) - 60 frames per second rendering
Medium
Digital generative piece using algorithmic color modulation
Series
2025 Art Collection - Generative Series 01
This piece explores the tension between algorithmic order and emergent patterns. The fractal-like structures are generated through recursive mathematical equations modified by Perlin noise, creating the illusion of both chaos and harmony.
Inspiration
Inspired by the concept of quantum superposition and uncertainty principles, this piece represents the duality of predictability and randomness in both nature and digital systems.
Algorithmic Elements
- Fractal generation with Julia set variations
- Perlin noise for organic motion patterns
- Dynamic color palette based on HSL color model
- Canvas interaction using mouse tracking vectors
Technical Specifications
- Rendered via WebGL shaders (GLSL 3.0)
- Color resolution: 12-bit per channel
- Frame generation: real-time 60fps
- Interactive viewport scaling