pixel-examples/community/procedural-terrain-1d/README.md

13 lines
461 B
Markdown
Raw Normal View History

2018-01-11 02:58:34 -06:00
# Procedural 1D terrain generator
Created by [Sergio Vera](https://github.com/svera).
2018-01-11 02:54:39 -06:00
This is a demo of a 1D terrain generator using [Perlin noise](https://en.wikipedia.org/wiki/Perlin_noise) algorithm.
Press *space* to generate a random terrain.
Uses [Go-Perlin](https://github.com/aquilax/go-perlin).
Texture by [hh316](https://hhh316.deviantart.com/art/Seamless-stone-cliff-face-mountain-texture-377076626).
2018-01-11 10:53:16 -06:00
2018-01-12 03:33:24 -06:00
![Randomly generated 1D terrain](result.png)