I just posted a new WebGL demo. This is GPGPU based particle demo. Particles of “negligable” mass are spawned along the x axis with arbitrary velocities. There is an invisible mass in the center attracting all particles. Watch the system evolve the camera rotates around the system. All particle motions are computed on the GPU using textures to store velocity and position data. You can read more about it on GitHub.