Metadata >> NuGet >> LibNoise

LibNoise

Metadata

Authors LibNoise Project Contributors
Description LibNoise is used to generate coherent noise, a type of smoothly-changing noise. 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.
IconUrl https://github.com/Taggersoft/LibNoise/raw/master/logos/LibNoise32.png
Language en-US
LicenseUrl https://raw.github.com/Taggersoft/LibNoise/master/LICENSE.txt
Owners LibNoise Project Contributors
ProjectUrl https://github.com/Taggersoft/LibNoise
RequireLicenseAcceptance True
Summary A portable, open-source, coherent noise-generating .NET library.
Tags LibNoise noise unity3d xna
PackageSize 604900
PackageHashAlgorithm SHA512
PackageHash 7dBBRunC2BKIUzR3Q3WSWFP0tLoLjBBqOkYVLdu5TjzuLnuugL4pTphxxaN0L60/jN3w3+H/CLXYraKzq78vFw==
DownloadCount 000000
CreatedDate 2012-10-24T21:20:19

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install LibNoise -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install LibNoise -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package LibNoise
Installing the package (HTTP Basic authentication):
Install-Package LibNoise -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package LibNoise -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package LibNoise

OpenWrap

Installing the package:
o add-wrap LibNoise
Uninstalling the package:
o remove-wrap LibNoise

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
0.2
0.1.0.5