Skip to content

sjoerdev/fluid-simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fluid Simulation

This is a smoothed particle hydrodynamics simulation

  • It heavily uses multithreading
  • It uses spatial hasing for fast performance
  • The C# code is optimized and readable
  • It can smoothly handle up to 20k particles

Showcase

fluid_sim_gh.mp4

Building:

Download .NET 9: https://dotnet.microsoft.com/en-us/download

Windows: dotnet publish -o ./build/windows --sc true -r win-x64 -c release

Linux: dotnet publish -o ./build/linux --sc true -r linux-x64 -c release

Resources

Releases

No releases published

Packages

No packages published

Languages