Crate fastlem

source ·
Expand description

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

Modules§

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