An open API service indexing awesome lists of open source software.

https://github.com/failedcode/gml-random-terrains


https://github.com/failedcode/gml-random-terrains

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Random Terrains

DiamondSquare and SimplexNoise algorithms in GML.

![Simplex Noise](https://i.imgur.com/hWQMC4Zl.png)
![Simplex Noise](https://i.imgur.com/LG2voJzl.png)

![DiamondSquare](https://i.imgur.com/28imMhcl.png)
![DiamondSquare](https://i.imgur.com/9Jbvorcl.png)

DiamondSquare implementation based on code from [M. Jessup from stackoverflow.com](https://stackoverflow.com/questions/2755750/diamond-square-algorithm)

SimplexNoise implementation based on code from [Kurt Spencer](https://gist.github.com/KdotJPG/b1270127455a94ac5d19)