Particles
· One min read
Got a "particle system" working. This is a simple point grid being mapped to a sine wave.
The core of the work was figuring out dynamic WGPU vertex updates and reworking some of the overly simple parts of the Snowfall architecture to account for changing geometry.