hydro icon indicating copy to clipboard operation
hydro copied to clipboard

Hydro is a Godot Engine module which allows rigid bodies to behave realistically in water.

Results 5 hydro issues
Sort by recently updated
recently updated
newest added

Probably want to wait til 4.3 is released.

https://github.com/GNSS-Stylist/hydro/commit/75149e76ffff8c7464a9200f2029def451c1065e#diff-e96cb3bbcb7e2b7c1df0da90454e846ddeb6bffd170d49ca9f97fad1b2cae49fR181 contains a hack to limit velocity to 10 m/s, reportedly there is instability above this number. Investigate whether this is a bug or a limitation of the engine. If...

I searched for "hydro" or "buoyancy" and couldn't find this repo. Tasks: - [ ] Upload to asset library - [ ] Pick one entry in the library to represent...

```gdscript func _get_water_flow(positions): var ret = [] return ret ``` To give rivers with turbulence and flow maps to the simulation's flow direction.