#Libnoise
This is a haxe port of libnoise, the coherent noise library. The port is almost complete, only the gradient and noise2D utilities are missing.
Install with :
haxelib install libnoise
##changelog ###1.0.1:
- fixes to be compatible with haxe 3.3
- added NoiseMap
- added builders to create planar (with seamless option), spherical and cylindrical projections
- added builders tests
- inlined some utils function to get ~+20% performance
##Images
Perlin :
Billow :
Voronoi :
Ridged multifractal :
Min operator :
Select operator :
Turbulences operator :
More images and examples usages in the test folder, require the format library to generate images.
#License This port is released under the LGPL licence, see LICENSE and LICENSE.lesser for details. #About Libnoise was originaly created by Jason Bevins. The library was later ported to Xna by Marc André Ueberall, and moved to Unity by Tim Speltz. This haxe version was mainly ported with Libnoise.unity as reference.