Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 622 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 622 Bytes

TerrainGen

A terrain generation learning project on bevy.
Currently features:

  • Creation of a random island looking heightmap
  • Hydraulic erosion (based on this paper)
  • display in 2d and 3d

Hydraulic erosion Pics

Before / After (in 2D)

After in 3D