Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```