CLAUDEATHON

creative code experiments

FRACTAL EXPLORER WebGL · GLSL · Raymarching
Created Mar 20, 2026 Updated Mar 20, 2026

Real-time GPU raymarched 3D fractals. Explore Mandelbulbs, quaternion Julia sets, Menger sponges, and kaleidoscopic IFS fractals with soft shadows, ambient occlusion, and cinematic lighting.

Raymarching 4 fractal types 4 color palettes Orbit camera
EMERGENT WebGL · GLSL · Web Audio API
Created Mar 20, 2026 Updated Mar 20, 2026

A living digital ecosystem where thousands of particles self-organize into bioluminescent structures. Flocking algorithms, vortex dynamics, crystallization, and fluid simulation with post-processing bloom and generative ambient audio.

GPU-accelerated Generative audio 4 simulation modes Interactive
INFINITE CANVAS Canvas2D · Procedural Generation
Created Mar 20, 2026 Updated Mar 20, 2026

An endlessly explorable generative art canvas. Every coordinate produces unique, deterministic abstract compositions. Pan and zoom through infinite procedural artwork. Save any view as PNG.

Infinite world 4 art styles Deterministic Save to PNG
FLUID WebGL · GLSL · Navier-Stokes
Created Mar 20, 2026 Updated Mar 20, 2026

Real-time GPU fluid dynamics simulation solving the Navier-Stokes equations. Interactive ink-in-water effect with advection, pressure solving, and divergence-free velocity fields. Multiple color modes. Just move your cursor to paint with physics.

Navier-Stokes 4 color modes Multi-touch Auto ambient
GRAVITY Canvas2D · N-Body Physics · Verlet
Created Mar 20, 2026 Updated Mar 20, 2026

Create solar systems with real gravitational physics. Click to place bodies, drag to set velocity, hold shift for massive stars. N-body simulation with orbital trails, elastic collisions, and 4 presets including a figure-8 three-body solution.

N-body physics Orbital mechanics 4 presets Collisions
SYNESTHESIA Canvas2D · Web Audio API · Music Theory
Created Mar 20, 2026 Updated Mar 20, 2026

A visual musical instrument. Draw anywhere on the screen to create melodies — X maps to pitch, Y to timbre, speed to volume. Notes are quantized to musical scales with reverb. Every stroke becomes a glowing trail of light.

6 musical scales 4 waveforms Touch instrument Light trails
SHADER PLAYGROUND WebGL · GLSL · Live Editor
Created Mar 20, 2026 Updated Mar 20, 2026

A live GLSL fragment shader editor with real-time preview. Write shaders, see them instantly. 7 built-in presets from plasma to matrix rain, plus uniforms for time, resolution, and mouse position. Ctrl+S to compile.

Live editing 7 presets GLSL Fullscreen
STRANGE ATTRACTORS WebGL · Canvas · 3D Visualization
Created Mar 20, 2026 Updated Mar 20, 2026

Interactive 3D visualization of chaotic systems including Lorenz, Rössler, and Halvorsen attractors. Drag to orbit around live-rendered particle systems and zoom to explore the intricate mathematical structures that emerge from nonlinear dynamics.

Chaos theory 3D graphics Mathematical beauty Interactive
TERRAIN WebGL · GLSL · Raymarching
Created Mar 20, 2026 Updated Mar 20, 2026

Real-time procedural landscape generator powered by GPU raymarching. Explore dynamically generated biomes including alpine, desert, ocean, and volcanic with atmospheric scattering, water rendering, and time-of-day controls.

Procedural generation Raymarching Biome exploration Atmospheric rendering
TURING WebGL · Reaction-Diffusion · GLSL
Created Mar 20, 2026 Updated Mar 20, 2026

Real-time implementation of Turing's reaction-diffusion equations generating biological patterns — spots, stripes, mazes, coral, and more. Click to seed patterns and watch mathematical structures that mirror nature's designs grow and evolve.

Reaction-diffusion Pattern generation Morphogenesis Gray-Scott
AUTOMATA Canvas2D · Cellular Automata
Created Mar 20, 2026 Updated Mar 20, 2026

Cellular automata simulator with 5 rulesets including Game of Life, Brian's Brain, and Seeds. Draw cells by clicking/touching, adjust speed with scroll wheel, step frame-by-frame when paused. 5 color schemes with pixel-perfect rendering.

5 rulesets 5 color schemes Draw to paint Step mode
CLOTH Canvas2D · Verlet Integration · Physics
Created Mar 20, 2026 Updated Mar 20, 2026

Interactive fabric simulation using Verlet integration for realistic cloth physics. Drag, tear, and manipulate the fabric in real time, with gravity controls and wind effects that bring the material to life in your browser.

Physics simulation Cloth dynamics Interactive Real-time