Rough implementation of a 2d smoothed-particle hydrodynamics (SPH) fluid simulation on the GPU in WebGL 2.
- GPGPU particles SPH simulation based on WebGL-SPH Project by mjwatkins2
- Odd-even merge sorting GPU Gems 2 Article
- Offset list creation for cell lookup Wicked Engine Dev Blog Article