Menu

Noise++ 0.0.3 released

Noise++ is a very well optimized coherent noise-generating library written in C++.

Features:
- coherent noise modules (perlin noise, ridged-multifractal, ...)
- value transformation modules (addition, multipy, ...)
- selection module
- coordinate transformation modules (scale, transform, turbulence, ...)
- 1D, 2D and 3D versions of all modules
- supports single and double precision
- very well optimized (much faster than other libraries - check the comparision demo with libnoise: http://downloads.sourceforge.net/noisepp/noisepp-0.0.3-bin.zip?download optimized for dual core machines)
- supports multi-threading
- all 3D and most 2D noise generation modules produce the same output than the corresponding libnoise modules

you can download the current source release here: http://downloads.sourceforge.net/noisepp/noisepp-0.0.3.zip?download
or you can get it via subversion: http://sourceforge.net/svn/?group_id=226538

for more information see:
http://noisepp.sourceforge.net

Posted by kickin_bear 2008-05-11

Log in to post a comment.