An open API service indexing awesome lists of open source software.

https://github.com/baderouaich/xtd_fluid_simulation

using xtd::forms::animation & xtd::drawing::graphics to simulate fluid with the ability to manipulate constraints at runtime
https://github.com/baderouaich/xtd_fluid_simulation

fluid-simulation xtd

Last synced: about 1 year ago
JSON representation

using xtd::forms::animation & xtd::drawing::graphics to simulate fluid with the ability to manipulate constraints at runtime

Awesome Lists containing this project

README

          

# xtd_fluid_simulation
[![screenshot](screenshot.png)](https://github.com/baderouaich/Fluid-Simulation)

Redoing [Fluid Simulation](https://github.com/baderouaich/Fluid-Simulation), with xtd for more runtime controls!

# Run
```sh
xtdc run --release
```
It is important to run in Release mode, unless you have a super fast CPU.

## References

All fluid simulating functions were taken from this tutorial -> [Fluid Simulation For Dummies](https://mikeash.com/pyblog/fluid-simulation-for-dummies.html).

By the time i followed the tutorial, God helped me to understand a bit on how it works. Now, only he knows..