The gravitational dynamics that shape entire galaxies, creating tidal arms and bridges, can be reproduced at the millimeter scale by water lenses on a soap film—the vast and slow ballets of space are echoed in miniature on an ephemeral soap bubble: https://t.co/zTJZLmbGT7
After wiring fluid FBOs on a lot of different projects, I finally built the library I always wished I had to simplify my life
A drop-in 2D fluid solver for @threejs#TSL & #WebGL
Built-in GPGPU particle displacement, 20+ post-processing effects, an API that just works
Code👇
Trying a microscope UI. Units drift out of focus in the background. Difficulty picker shows a live preview - calm petri dish or aggressive swarm eating everything.
#soup#gamedev#uidesign
Fun interactive science app ideas | Part 3
Played around with generating 3D biological structures and made an app to explore them interactively
UI Design
GPT Images 2
Code
Gemini 3.1 Pro
More demos ↓
Starting a new series of super lightweight shaders:
"Nova"
vec2 p=(FC.xy*2.-r.x)/r.y;float l=1.-length(p);o+=tanh((1.1+sin(p.x+t+vec4(0,2,4,0)))/2e2/max(l,-l*.1));