youjinbou / perlin_noise

perlin noise implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a simple implementation of perlin noise.
I only tested the 2D noise generator, but 1D, 3D, and N dimensional versions
of the lib are also available. These are extrapolated to a certain extend from 
the 2D generator code, so it might not behave as it should. I'll try to implement
test programs for them later.


released under the terms of the GPL license, see COPYING for details.

didier

About

perlin noise implementation

License:GNU General Public License v3.0


Languages

Language:OCaml 100.0%