Crate fastlem

Source
Expand description

fastlem is a Rust library to create virtual terrains based on a simplified Landscape Evolution Model (LEM).

Modulesยง

core
Module core collects the fundamental objects, traits and type aliases.
lem
Module lem provides calculation for simulating the erosion process based on a simplified Landscape Evolution Model.
models
Module models provides vector representations of the terrain network. The models implement the trait Model in the core module.