Skip to content

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

Notifications You must be signed in to change notification settings

obushi/SPHFluid

Repository files navigation

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)

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published