Faders 1.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Faders --version 1.1.1
NuGet\Install-Package Faders -Version 1.1.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Faders" Version="1.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Faders --version 1.1.1
#r "nuget: Faders, 1.1.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Faders as a Cake Addin
#addin nuget:?package=Faders&version=1.1.1

// Install Faders as a Cake Tool
#tool nuget:?package=Faders&version=1.1.1

This is a PCL library that contains helper classes that should make handling intervals and faders (sliders) more comfortable.
So if you want some value clipped between two distinct values, some nice constructors for that and maybe tell the structure to advance the value to 33% and read the resulting value again, this is for you.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Faders:

Package Downloads
BloomEffectRenderer

If you want to add a nice bloom-effect to your game, this library will help you. It's a portable library, so it will work with all MG flavors and it is pretty simple to use. Just create a BloomEffectRenderer in your game, hook it up (Initialize and UnloadContent) and tell it to render the effect at the appropriate point in your draw-method. Pass it a RenderTarget (source) where you've drawn all your stuff in, and a second one (target) where the output will be rendered to. If you pass 'null' as the target RenderTarget then it will draw directly to the backbuffer.

MonoGameDemoTools

This is a PCL library that contains helper classes that should make writing demos with and for MonoGame more comfortable. In general it contains tools that are boilerplate code and would rather distract the user from the demo.

GameTimers

Here are some Game-Timers to reduce boilerplate code in your games...

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.1.1 2,445 1/27/2018
1.1.1 1,103 1/19/2018
1.1.0 2,808 1/7/2018