Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T21:20:36.000Z (7 months ago)
- Last Synced: 2024-08-17T04:28:12.799Z (5 months 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
[![build](https://github.com/ssoudan/fluid-simulation-rs/actions/workflows/ci.yml/badge.svg)](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
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/ssoudan/fluid-simulation-rs)
Run
```bash
npm i && npm run serve
```