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

https://github.com/akinaguda/fluid-simulation-rust

A rewrite of my fluid simulation project entirely in Rust
https://github.com/akinaguda/fluid-simulation-rust

navier-stokes-equations percy web-assembly webassembly webgl

Last synced: 3 months ago
JSON representation

A rewrite of my fluid simulation project entirely in Rust

Awesome Lists containing this project

README

        

# Interactive fluid simulation with [navier stokes equations](https://en.wikipedia.org/wiki/Navier%E2%80%93Stokes_equations)

![demo gif](https://res.cloudinary.com/nettik-technologies/image/upload/v1643842639/ezgif-3-060a179dd2.gif)

Live Demo https://akin-fluid-simulation-rust.netlify.app/

## Resources

Real-Time Fluid Dynamics for Games by Jos Stam

Fluid Simulation SIGGRAPH 2007 Course Notes by Robert Bridson and Matthias Muller-Fischer

Gonkee's [video](https://www.youtube.com/watch?v=qsYE1wMEMPA&t)

3Blue1Brown's [video on divergence and curl](https://www.youtube.com/watch?v=rB83DpBJQsE&t)

The Coding Train's [video](https://www.youtube.com/watch?v=alhpH6ECFvQ&t)