/fractal

Fractal terrain generation in JavaScript

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

fractal

Fractals in JavaScript

This repository contains libraries to generate pseudorandom fractal terrain using Perlin and Diamond-Square algorithms, as well as demos illustrating their use. NB: the libraries are presented as CommonJS modules. If you'd like to use them (and please feel free to! See LICENSE) in the browser, you'll want to also use a library that loads such modules, such as http://browserify.org/.