https://github.com/gossiperloturot/fluid-rs
SPH fluid simulation for CPU
https://github.com/gossiperloturot/fluid-rs
cpu cui fluid-simulation
Last synced: 8 months ago
JSON representation
SPH fluid simulation for CPU
- Host: GitHub
- URL: https://github.com/gossiperloturot/fluid-rs
- Owner: GossiperLoturot
- License: mit
- Created: 2023-06-17T10:26:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-19T14:48:09.000Z (over 2 years ago)
- Last Synced: 2025-01-07T16:26:47.688Z (9 months ago)
- Topics: cpu, cui, fluid-simulation
- Language: Rust
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# fluid-rs

A fluid simulation based on "Becker and Teschner, Weakly compressible SPH for free surface flows, SCA2007".
It use CPU for processing, no use GPU.# Usage
2D fluid simulation
```sh
cargo run --release --bin 2d
```3D fluid simulation
```sh
cargo run --release --bin 3d
```