Life & fun · February 15, 2026
Chaos Studies – attractors and spatial audio (iOS/Mac/Playdate)
My friend built this and I'm blown away with how much fun it is and the high level of polish. It renders 9 different strange attractors (Lorenz, Rössler, Aizawa, Chen, etc.) as particle systems — thousands of particles tracing chaotic paths in real time. You can rotate and zoom with touch/trackpad in 3D. The sound is the part that surprised me. It's not a soundtrack — the audio is generated from the motion itself using spatial audio, so tones shift as the attractor's behavior changes and the sound moves around you as you rotate the form. Put on headphones. The Playdate version uses the…
What it does
In the maker’s words, at launch
My friend built this and I'm blown away with how much fun it is and the high level of polish. It renders 9 different strange attractors (Lorenz, Rössler, Aizawa, Chen, etc.) as particle systems — thousands of particles tracing chaotic paths in real time. You can rotate and zoom with touch/trackpad in 3D. The sound is the part that surprised me. It's not a soundtrack — the audio is generated from the motion itself using spatial audio, so tones shift as the attractor's behavior changes and the sound moves around you as you rotate the form. Put on headphones. The Playdate version uses the crank to rotate the attractor. Pure black and white. It's a completely different vibe. My 9-year-old loves it too, which I wasn't expecting. Would love to hear what HN thinks — especially if anyone has suggestions for other attractor systems worth adding.
Does the same job
all alternatives →More life & fun this month
the category →- TL
Life & fun · 10d ago · louisabraham.github.io

Photosynthesis fires two of your iPhone
Life & fun · 28d ago · photosynthesis.camera
SoloUno▲310Take control of hair pulling, nail biting & skin picking
Life & fun · 28d ago · solouno.io

Scroll through all 43,252,003,274,489,856,000 reachable Rubik's Cube permutations.
Life & fun · 26d ago · everycube.alen.is


Hi HN, I built Eigendrum, a web tool that solves the 2D wave equation for arbitrary shapes so you can hear what they sound like as drums. How it works: * Solves -∇²u = λu using finite element analysis (Kφ = λMφ) on a triangle mesh. * Validated to <0.1% error against closed-form solutions for circles (Bessel zeros) and rectangles. * Sound model factors in strike location, Rayleigh damping, and mallet width. * Includes Kac drums I & II to demonstrate identical sound spectra from different geometries. * No frameworks, build steps, or dependencies. Repo and tests:…
Life & fun · 26d ago · baselashraf81.github.io