Crates.io | apd |
lib.rs | apd |
version | 0.0.1 |
source | src |
created_at | 2021-10-02 12:15:45.171505 |
updated_at | 2021-12-04 06:20:04.198965 |
description | APD is a simple fluid simulation library supports Advect, Project and Diffuse operations. |
homepage | |
repository | https://github.com/hatoo/apd |
max_upload_size | |
id | 459410 |
size | 1,200,317 |
APD is a simple fluid simulation library supports
operations.
cargo run --package advect --release
cargo run --package project --release
cargo run --package diffuse --release