Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 366 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 366 Bytes

DiamondSquare

This is an implementation of the diamond-square terrain generation algorithm in Elm.

DiamondSquare.elm implements the algorithm. Main.elm does some WebGL stuff to display it.

index.html is the output of the Elm compiler.

You can view the project here.