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.
nkoch001 9b7ba4bc80 refactored to be more idiomatic and robust 6 years ago
src refactored to be more idiomatic and robust 6 years ago
.gitignore inital commit 6 years ago
Cargo.lock inital commit 6 years ago
Cargo.toml inital commit 6 years ago