I really like low poly art, so I decided to try to make a generator! The results range from less than spectacular to amazing. :P Just press the flag and wait a few seconds, and a (hopefully) nice looking landscape will appear on your screen. :) Just a fun little filler project. I know about the holes in the mountain and I plan on fixing that some day.
100% Pen All made by me. :) I got the original idea from this page: http://en.wikipedia.org/wiki/Fractal_landscape Please note that the splitting algorithm isn't perfect, so sometimes you will end up with an awful looking mountain. How does this work? The mountain: It generates the points by taking a big triangle, then splitting it into four. However, it raises the vertices of the smaller ones by a random amount, randomizing the mountain. It repeats this, splitting into smaller and smaller tris. Finally, my triangle filler fills them, but switches the shade every time to get a low poly effect. The ground: It uses kind of the same idea. First, it makes a line. Then, it splits the line in two but skews the y a random amount. It repeats this, then fills it.