A Rust implementation of Mike Ash's fluid solver from https://mikeash.com/pyblog/fluid-simulation-for-dummies.html in two dimensions; Inspired by The Coding Trains Challenge #132
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Fluid/Cargo.toml

11 lines
202 B

6 years ago
[package]
name = "fluid"
version = "0.1.0"
authors = ["Cpt. Captain <nilskoch94@gmail.com>"]
edition = "2018"
[dependencies]
piston = "0.42.0"
piston_window = "0.89.0"
piston2d-gfx_graphics = "0.56.0"