Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 307 Bytes

File metadata and controls

8 lines (6 loc) · 307 Bytes

SPHFluid

Screenshot

An experimental implementation of smoothed particle hydrodynamics (SPH) on Unity.

  • Simple O(N^2) algorithm version (SPHFluid.unity)
  • Shared memory O(N^2) algorithm version (SPHFluidSharedMemory.unity)
  • Grid-based sorting algorithm version (SPHFluidSorted.unity)