Fullscreen visualization of GPU-accelerated radix sort using WebGPU compute shaders. Step through 16 sorting passes (2 bits each) to watch the algorithm progressively sort data. Features workgroup-local prefix sums, deterministic scatter without atomics, and real-time bar chart visualization with color-coded values.