Info
Version: | 0.2.0 |
Author(s): | LibNoise Project Contributors |
Last Update: | Wednesday, October 24, 2012 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Taggersoft/LibNoise |
NuGet Url: | https://www.nuget.org/packages/LibNoise |
Install
Install-Package LibNoise
dotnet add package LibNoise
paket add LibNoise
LibNoise Download (Unzip the "nupkg" after downloading)
Dependencies
2 packages depend on this package.
Tags
LibNoise can generate Perlin noise, ridged multifractal noise, and other types of coherent-noise. Coherent noise is often used by graphics programmers to generate natural-looking textures, planetary terrain, and other things. In LibNoise, coherent-noise generators are encapsulated in classes called noise modules. There are many different types of noise modules.
Some noise modules can combine or modify the outputs of other noise modules in various ways; you can join these modules together to generate very complex coherent noise.