The latest version of Noise is 1.0.6-0.

Noise

Version 1.0.3 revision 0 uploaded by HugoGomes.

Package meta

Synopsis
A Haskell coherent noise generator based on libnoise
Description

A Haskell coherent noise generator roughly based on libnoise. For more information on libnoise, please check: http://libnoise.sourceforge.net The noise modules were extensively profiled and benchmarked, the slower pure functions were rewritten in C. The main objective of this packer is to provide a simple interface to compose noise modules.

This is a 3D noise package, to get a value you need to specify a triple:

getValue myComposition (-0.1, -0.5, 0.76)

myPerlin = perlin `isSourceOf` scalebias { scale = 1.0 }
                  `isSourceOf` absolute

For more information please read the documentation of each module bellow.

Author
Hugo Gomes <mr.hugo.gomes@gmail.com>
Bug reports
n/a
Category
Math, Graphics, Noise
Copyright
Hugo Gomes
Homepage
n/a
Maintainer
Hugo Gomes <mr.hugo.gomes@gmail.com>
Package URL
n/a
Stability
n/a

Components