ShaderTools 1.0.2.1
dotnet add package ShaderTools --version 1.0.2.1
NuGet\Install-Package ShaderTools -Version 1.0.2.1
<PackageReference Include="ShaderTools" Version="1.0.2.1" />
paket add ShaderTools --version 1.0.2.1
#r "nuget: ShaderTools, 1.0.2.1"
// Install ShaderTools as a Cake Addin #addin nuget:?package=ShaderTools&version=1.0.2.1 // Install ShaderTools as a Cake Tool #tool nuget:?package=ShaderTools&version=1.0.2.1
This PCL library helps with some useful tools when working with shaders in MonoGame, like a reflection helper that determines if the project gets used for OpenGL or DirectX and some static extension methods for the GraphicsDevice and the SpriteBatch.
Another one helps you to make loading shaders embedded in a DLL more convenient.
Learn more about Target Frameworks and .NET Standard.
-
- MonoGame.Framework.Portable (>= 3.6.0.1625)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on ShaderTools:
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. |
GitHub repositories
This package is not used by any popular GitHub repositories.