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
- Host: GitHub
- URL: https://github.com/akinaguda/fluid-simulation-rust
- Owner: AkinAguda
- Created: 2022-06-19T12:13:48.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-22T18:32:05.000Z (5 months ago)
- Last Synced: 2024-11-22T19:34:26.238Z (5 months ago)
- Topics: navier-stokes-equations, percy, web-assembly, webassembly, webgl
- Language: Rust
- Homepage: https://akin-fluid-simulation-rust.netlify.app
- Size: 93.8 KB
- Stars: 17
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Interactive fluid simulation with [navier stokes equations](https://en.wikipedia.org/wiki/Navier%E2%80%93Stokes_equations)

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)