Nebula Forge
A single-page WebGPU experience: a real-time market wire โ latest news, FX, crypto, M&A โ streamed through an audio-reactive cosmic particle field. The simulation runs entirely on the GPU; every particle's position, velocity, and color is computed in a custom compute kernel each frame. A multi-pass post-processing graph handles bloom, chromatic aberration, and glitch beats; a scroll-driven signature transition collapses the field into a wormhole at the boundary of the news desk.
Built mono-first with a strict no-off-the-shelf-shaders policy โ the technical recipe is intentionally small, and most of the visual weight lives in a couple hundred lines of shader code.
- GPU-resident particle simulation in a custom WGSL compute kernel.
- Multi-pass post-FX graph: bloom, chromatic aberration, beat-synced glitch.
- Live market wire (news, FX, crypto, M&A) is the visualization's input signal.
- Scroll-driven wormhole transition into the news desk.