Expand description
fastlem is a Rust library to create virtual terrains based on a simplified Landscape Evolution Model (LEM).
Modulesยง
- core
- Module
corecollects the fundamental objects, traits and type aliases. - lem
- Module
lemprovides calculation for simulating the erosion process based on a simplified Landscape Evolution Model. - models
- Module
modelsprovides vector representations of the terrain network. The models implement the traitModelin thecoremodule.