Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 674 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 674 Bytes

Bevy hydrology

Hydrology simulation in Bevy

Hydrology simulation in Bevy based on this blog post.

It simulates particles falling on the terrain, which descend down the slope. The particles affect the terrain by erosion and sedimentation.

Usage

To quickly run bracket to see how it works, clone it and run docker-compose up:

git clone git@github.com:evroon/bevy-hydrology.git
cd bevy-hydrology
cargo run --release

License

Licensed under MIT: LICENSE.