apd

Simple fluid simulation library supports Advect, Project and Diffuse operations.

MIT License

Downloads
1.6K
Stars
3
Committers
1

APD: Advect, Project, Diffuse

APD is a simple fluid simulation library supports

  • Advect
  • Project
  • Diffuse

operations.

Examples

Advect

cargo run --package advect --release 

Project (and self advect)

cargo run --package project --release 

Diffuse

cargo run --package diffuse --release