Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 706 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 706 Bytes

Live demo at https://hmshannon.github.io/landscape-generator/

This procedural terrain generator utilizes the Diamond-square algorithm to generate height values which are used to construct a 3D landscape. The terrain can be made more or less mountainous with the Roughness selector. Custom colors are chosen based on the height of each point in the terrain.

diamond-square algorithm landscape

Run git clone, npm install, and npm start to run locally.