MNTN is a small experiment in creating procedural mountains.
Mountain generation begins with a 2d plane, that is then deformed by simplex noise.
MNTN was built with using simplex noise, and is rendered with THREE.js.
Full source code: szymonkaliski/MNTN.