Eulerian Fluid Simulator
- stack
- demohttps://sgshea.github.io/fluid-rs/
- sourcehttps://github.com/sgshea/fluid-rs
Eulerian fluid simulator written in Rust ontop of the Bevy engine.
The code is based upon the Matthias Müller’s 10 Minute Physics demo.
Writing the simulator in Rust allows for running the simulator as a native application, as well as the ability to run on the web by compiling to webassembly. Using webassembly allows the application to perform better than the original JavaScript demo.