Skip to content

evroon/bevy-hydrology

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.