BloomEffectRenderer 1.1.2.1
See the version list below for details.
dotnet add package BloomEffectRenderer --version 1.1.2.1
NuGet\Install-Package BloomEffectRenderer -Version 1.1.2.1
<PackageReference Include="BloomEffectRenderer" Version="1.1.2.1" />
paket add BloomEffectRenderer --version 1.1.2.1
#r "nuget: BloomEffectRenderer, 1.1.2.1"
// Install BloomEffectRenderer as a Cake Addin #addin nuget:?package=BloomEffectRenderer&version=1.1.2.1 // Install BloomEffectRenderer as a Cake Tool #tool nuget:?package=BloomEffectRenderer&version=1.1.2.1
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.
Learn more about Target Frameworks and .NET Standard.
-
- Faders (>= 1.1.1.1)
- ShaderTools (>= 1.0.2.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.