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
- Host: GitHub
- URL: https://github.com/baderouaich/xtd_fluid_simulation
- Owner: baderouaich
- Created: 2022-12-12T16:15:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-13T15:41:31.000Z (over 3 years ago)
- Last Synced: 2025-06-20T14:11:42.359Z (about 1 year ago)
- Topics: fluid-simulation, xtd
- Language: C++
- Homepage:
- Size: 120 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xtd_fluid_simulation
[](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..