This is a 2D fluid simulation written in Rust, using the Lattice Boltzmann Method with a D2Q9 lattice and the BGK collision model. This is my first serious attempt at building a fluid simulation from ...