Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hagmas/MobileFluidSimulation

Fluid Simulation with Metal
https://github.com/hagmas/MobileFluidSimulation

fluid-simulation metal swift

Last synced: about 2 months ago
JSON representation

Fluid Simulation with Metal

Awesome Lists containing this project

README

        

# MobileFluidSimulation
Fluid Simulation with Metal


Fluid Simulation with Metal

# About MobileFluidSimulation
MobileFluidSimulation is a metal implementation of [Fast Fluid Dynamics Simualtion on the GPU](http://developer.download.nvidia.com/books/HTML/gpugems/gpugems_ch38.html). 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.