๐Ÿงช Experimental Lab

Side Quests

High-performance experiments powered by Rust, WebAssembly, and WebGPU. These are compute-intensive, GPU-accelerated interactive experiences.

WGPU Renderer Setup

Rust + wgpu + WebAssembly. Foundation for photorealistic rendering.

INITIALIZING...
FPS: 0
Initializing WebGPU...

Rendering a hard-coded triangle shader using wgpu 22.0.0 backend.

Particle Galaxy

500 particles simulated in Rust/WebAssembly. Move your mouse to attract particles.

Loading WASM...

Physics computed in Rust at near-native speed.

More Quests

๐ŸŒŒ

Particle Galaxy

N-body gravitational simulation

Rust + WASM Live
๐Ÿ’ง

Fluid Dynamics

Real-time Navier-Stokes fluid simulation

WASM + Compute Shaders Coming Soon
๐Ÿ”ฎ

Ray Marcher

Real-time ray tracing in the browser

WGSL Shaders Coming Soon
๐Ÿง 

Neural Viz

Interactive neural network visualization

WASM ML Inference Coming Soon

The Stack

Rust Memory-safe systems programming
WebAssembly Near-native browser performance
WebGPU Next-gen graphics API
wasm-bindgen Rust โ†” JavaScript bridge