Skip to content

Implementation of the SPH Algorithm (fluid simulation) in Unity, comparing singlethread and ECS/Job System performances.

License

Notifications You must be signed in to change notification settings

FrenziedAI/Unity-ECS-Job-System-SPH

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity (ECS/Job System) SPH

Implementation of the SPH Algorithm (fluid simulation) in Unity, comparing singlethread and ECS/Job System performances.

Using Unity 2018.2.19f0

More info in this article: https://medium.com/@leomontes_60748/how-to-implement-a-fluid-simulation-on-the-cpu-with-unity-ecs-job-system-bf90a0f2724f

How to:

You can select the scene from 'Assets/Scenes'. Once in the scene, you can hit play to see the simulation. You can change some settings in the script from the MANAGER GameObject.

Settings:

Single-thread:

  • Particle count
  • Particle parameters*

ECS, Job system:

  • Particle count You can find the particle parameters* inside 'Assets/Job System/Prefabs' in the SPHSphereECS GameObject.
  • Particle parameters:
    • radius
    • smoothing radius
    • rest density
    • gravity multiplier
    • mass
    • viscosity
    • drag

About

Implementation of the SPH Algorithm (fluid simulation) in Unity, comparing singlethread and ECS/Job System performances.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • ShaderLab 57.0%
  • C# 34.7%
  • HLSL 8.3%