VL.SharpNoise
0.1.0-alpha
See the version list below for details.
dotnet add package VL.SharpNoise --version 0.1.0-alpha
NuGet\Install-Package VL.SharpNoise -Version 0.1.0-alpha
<PackageReference Include="VL.SharpNoise" Version="0.1.0-alpha" />
paket add VL.SharpNoise --version 0.1.0-alpha
#r "nuget: VL.SharpNoise, 0.1.0-alpha"
// Install VL.SharpNoise as a Cake Addin #addin nuget:?package=VL.SharpNoise&version=0.1.0-alpha&prerelease // Install VL.SharpNoise as a Cake Tool #tool nuget:?package=VL.SharpNoise&version=0.1.0-alpha&prerelease
SharpNoise Wrapper for VVVV Gamma
SharpNoise is a port of Jason Bevins' libNoise to C#.
Libnoise is a portable C++ library from the 2000´s , an old relic of noise programming that runs in the CPU. Is used to generate coherent noise, a type of smoothly-changing 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.
This port to Gamma brings the old libray to a new vision, using new c# techniques that allows to edit Noise maps in realtime. For High resolution maps there are few techniques that reduce the CPU load bringing the possibility of export in very short times, and manipulate them.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net is compatible. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
- SharpNoise (>= 0.12.1.1)
- SharpNoise.Utilities (>= 0.12.1.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.2.2-alpha | 427 | 6/8/2020 |
0.2.1-alpha | 277 | 6/8/2020 |
0.2.0-alpha | 244 | 6/8/2020 |
0.1.0-alpha | 292 | 6/4/2020 |