#graphics #operations #fluid-simulation #advect #diffuse

apd

APD is a simple fluid simulation library supports Advect, Project and Diffuse operations

2 releases

0.0.1 Dec 4, 2021
0.0.0 Oct 2, 2021

#368 in #operations

27 downloads per month

MIT license

1MB
394 lines

APD: Advect, Project, Diffuse

Crates.io

APD is a simple fluid simulation library supports

  • Advect
  • Project
  • Diffuse

operations.

Examples

Advect

cargo run --package advect --release 

advect

Project (and self advect)

cargo run --package project --release 

project

Diffuse

cargo run --package diffuse --release 

project

Dependencies