https://github.com/ssoudan/fluid-simulation-rs
Eulerian Fluid Simulation in Rust and WebAssembly
https://github.com/ssoudan/fluid-simulation-rs
cfd eulerian-fluid-simulation rust simulation
Last synced: about 1 month ago
JSON representation
Eulerian Fluid Simulation in Rust and WebAssembly
- Host: GitHub
- URL: https://github.com/ssoudan/fluid-simulation-rs
- Owner: ssoudan
- License: apache-2.0
- Created: 2022-12-10T22:02:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T21:20:36.000Z (almost 2 years ago)
- Last Synced: 2025-01-02T13:36:39.730Z (over 1 year ago)
- Topics: cfd, eulerian-fluid-simulation, rust, simulation
- Language: Rust
- Homepage: https://ssoudan.github.io/fluid-simulation-rs/
- Size: 436 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE.txt
Awesome Lists containing this project
README
# Eulerian Fluid Simulation in Rust and WebAssembly
[](https://github.com/ssoudan/fluid-simulation-rs/actions/workflows/ci.yml)
See https://matthias-research.github.io/pages/tenMinutePhysics/index.html for the original implementation.
# Run
[](https://codespaces.new/ssoudan/fluid-simulation-rs)
Run
```bash
npm i && npm run serve
```