Cubic Time: A WebGL Clock A minimalist 3D clock built in WebGL, Cubic Time turns each digit into a rotating cluster of cubes.
Tendrils: Emergent WebGL Particle Visuals Tendrils is a WebGL demo by Eoghan O’Keeffe that turns particles into living, fluid forms. Driven by GPU shaders and user input (audio, webcam, touch), it’s both interactive art and a tech deep-dive.
Forged.build Forged.build turns a studio site into a cinematic 3D workshop built in WebGPU. Scroll through a real-time space with baked GI, dynamic highlights, and custom shaders. Built by Michael Modena to show what a small team can do with modern web graphics.
Prinzipiell Tinker Series Frank Reitberger’s Tinker series is a collection of WebGL and WebGPU experiments exploring procedural geometry, modular shaders, and real-time rendering in the browser. Each project builds on the last, offering sharp techniques and inspiration for anyone working with Three.js or TSL.
Singularity: A Black Hole Simulation A fully raymarched black hole in your browser (glowing accretion disk, gravitational lensing, radiation noise) all built with Three.js, TSL, and WebGPU. No geometry, just math. A cosmic shader experiment pushing real-time web graphics to the edge.
CodeofSagar: 3D Animated Portfolio Sagar Kumar Ghosh built a 3D portfolio that feels more like an interactive scene than a resume. It runs on React, Three.js, GSAP, and even dips into WebGPU. If you're curious how to blend real-time graphics with a modern web stack, this is worth a close look.
WebGPU Hits Critical Mass: All Major Browsers Now Ship It Chrome, Firefox, Safari, and Edge all ship WebGPU by default. Eight years of spec work finally pays off. Here is what changed, where the gaps remain, and why this matters for graphics and compute on the web.
Medusae: A Soft Body Jellyfish Simulation Medusae is a browser-native jellyfish built with Three.js, GLSL, and a lean constraint solver. Ash Weeks pairs fixed-timestep physics with GPU interpolation and audio-reactive shaders to deliver lifelike, 60-fps motion.