Update README.md

This commit is contained in:
Grimsace
2026-04-21 22:03:20 +02:00
parent d5142a1543
commit 75ae9056d3
+9 -9
View File
@@ -1,25 +1,25 @@
# advanced_erosion_terrain_heightmap_generation
A standalone Rust terrain generator using `egui`, inspired by Runevision's fast erosion filter and the reference material in `plan/`.
A standalone Rust terrain generator using `egui`, using a terrain generation method by Runevision (Skovbo Johansen).
See here:
https://www.shadertoy.com/view/wXcfWn
https://www.shadertoy.com/view/sf23W1
https://blog.runevision.com/2026/03/fast-and-gorgeous-erosion-filter.html
https://www.youtube.com/watch?v=r4V21_uUK8Y
## Project layout
- `src/` contains the standalone Rust app and generator implementation.
- `tests/erosion_prototype.py` is the Python reference prototype used to guide the Rust port.
- `plan/` contains the inspiration and reference documents for the terrain look.
## Running
## Building:
```bash
cargo run
git clone https://codeberg.org/Grimsace/advanced_erosion_terrain_heightmap_generation.git
cargo build --release
```
## Running:
Download the latest release!
## Current UI
The app uses an `egui` desktop interface with: