hagmas / MobileFluidSimulation

Fluid Simulation with Metal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MobileFluidSimulation

Fluid Simulation with Metal

Fluid Simulation with Metal

About MobileFluidSimulation

MobileFluidSimulation is a metal implementation of Fast Fluid Dynamics Simualtion on the GPU. In the simualtion part, the velocity field of the fluid is calculated using Navier-Stokes Equations which is implemented using metal kernel functions and it advects the color field. The color field is visualized on MTKView by a normal rendering pipeline.

How to play

  1. Donwload & build the project.
  2. Run the application on actual devices. The example application doesn't work on Simulator since Metal is not available on Simulator.
  3. Drag the view with multiple fingers or double tap to reset the view.

About

Fluid Simulation with Metal

License:MIT License


Languages

Language:Swift 82.0%Language:Metal 18.0%