Metadata >> NuGet >> LibNoise >> 0.2

0.2

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 version using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install LibNoise -Version 0.2 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install LibNoise -Version 0.2 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Deleting the package from the server (for each registered key):
nuget delete LibNoise 0.2 %key% -Source     http://nuget.gw.symbolsource.org/Public/NuGet

NuGet (Package Manager Console)

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

OpenWrap

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

Compilations

A compilation is created for every set of binaries produced from a single unchanged set of sources in different compilation modes (Debug, Release), for different platforms (x86, x64) or targetting different frameworks.

Profile Mode Platform Related
AnyCPU Release .NETFramework,Version=v3.5 Binaries
AnyCPU Release .NETFramework,Version=v4.0 Binaries
AnyCPU Release .NETFramework,Version=v4.5 Binaries