BloomEffectRenderer 1.1.3
See the version list below for details.
dotnet add package BloomEffectRenderer --version 1.1.3
NuGet\Install-Package BloomEffectRenderer -Version 1.1.3
<PackageReference Include="BloomEffectRenderer" Version="1.1.3" />
<PackageVersion Include="BloomEffectRenderer" Version="1.1.3" />
<PackageReference Include="BloomEffectRenderer" />
paket add BloomEffectRenderer --version 1.1.3
#r "nuget: BloomEffectRenderer, 1.1.3"
#addin nuget:?package=BloomEffectRenderer&version=1.1.3
#tool nuget:?package=BloomEffectRenderer&version=1.1.3
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)
- MonoGame.Framework.Portable (>= 3.7.1.189)
- 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.