WebGPU Shaders WIP

Overview

This experiment explores the performance of raw GPU compute shaders for rendering complex particle systems. By bypassing the standard WebGL pipeline, we achieve 60fps with 1M+ particles.

Technical Note: Requires a browser with WebGPU enabled (Chrome 113+).