fastlem 0.1.0

A Rust library for generating procedural terrains based on simplified landscape evolution model (LEM)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# fastlem

fastlem is a Rust library for generating procedural terrains based on simplified landscape evolution model (LEM).

**Note**: This project is now in development. During `0.1.*`, the interface may change a lot.

## Examples

**Simple Landscape Evolution**

```
$ cargo run --example landscape_evolution --release
```

![Simple Landscape Evolution](images/out/landscape_evolution.png)