Download WPF Shader Effects (WpfShaderEffects)

Description

WpfShaderEffects is intended to be out-of- the-box-ready-to-use ShaderEffects for WPF. I lean on the great work that has already been done to use shader effects in WPF (notably wpffx and bling). I hope to provide a library that is easy to use and to change

Source Files

The download file wpfshadereffects.zip has the following entries.


.hgignore/*from w w w.ja v a 2  s .  c  o  m*/
BuildProcessTemplates/DefaultTemplate.xaml
BuildProcessTemplates/UpgradeTemplate.xaml
Samples/ZoomRect/Bin/System.Windows.Interactivity.dll
Samples/ZoomRect/Bin/System.Windows.Interactivity.xml
Samples/ZoomRect/ZoomRect.sln
Samples/ZoomRect/ZoomRectApp/App.xaml
Samples/ZoomRect/ZoomRectApp/App.xaml.cs
Samples/ZoomRect/ZoomRectApp/Application.ico
Samples/ZoomRect/ZoomRectApp/Commands.cs
Samples/ZoomRect/ZoomRectApp/Commands.tt
Samples/ZoomRect/ZoomRectApp/DependencyProperties.cs
Samples/ZoomRect/ZoomRectApp/DependencyProperties.tt
Samples/ZoomRect/ZoomRectApp/MainWindow.xaml
Samples/ZoomRect/ZoomRectApp/MainWindow.xaml.cs
Samples/ZoomRect/ZoomRectApp/MouseDragBehavior.cs
Samples/ZoomRect/ZoomRectApp/Properties/AssemblyInfo.cs
Samples/ZoomRect/ZoomRectApp/RegionOfInterest.cs
Samples/ZoomRect/ZoomRectApp/ShaderEffectInfo.cs
Samples/ZoomRect/ZoomRectApp/Themes/Generic.xaml
Samples/ZoomRect/ZoomRectApp/ZoomRectApp.csproj
Samples/ZoomRect/ZoomRectApp/app.config
Shared/BaseInputShaderEffects.cs
Shared/BaseInputShaderEffects.tt
Shared/BaseShaderEffect.cs
Shared/DependencyProperties.cs
Shared/DependencyProperties.tt
Shared/DependencyProperties.ttinclude
Shared/EffectShaders.cs
Shared/EffectShaders.tt
Shared/ITransitionShaderEffect.cs
Shared/Images/Chrysanthemum.jpg
Shared/Images/Tulips.jpg
Shared/ShaderBinary/Add.fx.ps
Shared/ShaderBinary/Alpha.fx.ps
Shared/ShaderBinary/BandedSwirl.fx.ps
Shared/ShaderBinary/BandedSwirlTransition.fx.ps
Shared/ShaderBinary/BandedTransition.fx.ps
Shared/ShaderBinary/BlindsTransition.fx.ps
Shared/ShaderBinary/Bloom.fx.ps
Shared/ShaderBinary/BrightExtract.fx.ps
Shared/ShaderBinary/CircleRevealTransition.fx.ps
Shared/ShaderBinary/CircleStretchTransition.fx.ps
Shared/ShaderBinary/ColorKeyAlpha.fx.ps
Shared/ShaderBinary/ColorTone.fx.ps
Shared/ShaderBinary/ContrastAdjust.fx.ps
Shared/ShaderBinary/Darken.fx.ps
Shared/ShaderBinary/Difference.fx.ps
Shared/ShaderBinary/DirectionalBlur.fx.ps
Shared/ShaderBinary/Embossed.fx.ps
Shared/ShaderBinary/FadeTransition.fx.ps
Shared/ShaderBinary/Gloom.fx.ps
Shared/ShaderBinary/GrowablePoissonDisk.fx.ps
Shared/ShaderBinary/Identity.fx.ps
Shared/ShaderBinary/InvertColor.fx.ps
Shared/ShaderBinary/LeastBrightTransition.fx.ps
Shared/ShaderBinary/LightStreak.fx.ps
Shared/ShaderBinary/Lighten.fx.ps
Shared/ShaderBinary/LineRevealTransition.fx.ps
Shared/ShaderBinary/Magnify.fx.ps
Shared/ShaderBinary/Monochrome.fx.ps
Shared/ShaderBinary/MostBrightTransition.fx.ps
Shared/ShaderBinary/Multiply.fx.ps
Shared/ShaderBinary/NegationDifference.fx.ps
Shared/ShaderBinary/Pinch.fx.ps
Shared/ShaderBinary/Pixelate.fx.ps
Shared/ShaderBinary/PixelateInTransition.fx.ps
Shared/ShaderBinary/PixelateOutTransition.fx.ps
Shared/ShaderBinary/PixelateTransition.fx.ps
Shared/ShaderBinary/RadialBlurTransition.fx.ps
Shared/ShaderBinary/Ripple.fx.ps
Shared/ShaderBinary/RippleTransition.fx.ps
Shared/ShaderBinary/SaturateTransition.fx.ps
Shared/ShaderBinary/Sharpen.fx.ps
Shared/ShaderBinary/ShrinkTransition.fx.ps
Shared/ShaderBinary/SlideInTransition.fx.ps
Shared/ShaderBinary/SmoothMagnify.fx.ps
Shared/ShaderBinary/SmoothSwirlGridTransition.fx.ps
Shared/ShaderBinary/Sobel.fx.ps
Shared/ShaderBinary/Swirl.fx.ps
Shared/ShaderBinary/SwirlGridTransition.fx.ps
Shared/ShaderBinary/SwirlTransition.fx.ps
Shared/ShaderBinary/ToneMapping.fx.ps
Shared/ShaderBinary/Toon.fx.ps
Shared/ShaderBinary/WaterTransition.fx.ps
Shared/ShaderBinary/WaveTransition.fx.ps
Shared/ShaderBinary/ZoomBlur.fx.ps
Shared/ShaderSource/Add.fx
Shared/ShaderSource/Alpha.fx
Shared/ShaderSource/BandedSwirl.fx
Shared/ShaderSource/BandedSwirlTransition.fx
Shared/ShaderSource/BandedTransition.fx
Shared/ShaderSource/BlindsTransition.fx
Shared/ShaderSource/Bloom.fx
Shared/ShaderSource/BrightExtract.fx
Shared/ShaderSource/CircleRevealTransition.fx
Shared/ShaderSource/CircleStretchTransition.fx
Shared/ShaderSource/ColorKeyAlpha.fx
Shared/ShaderSource/ColorTone.fx
Shared/ShaderSource/ContrastAdjust.fx
Shared/ShaderSource/Darken.fx
Shared/ShaderSource/Difference.fx
Shared/ShaderSource/DirectionalBlur.fx
Shared/ShaderSource/Embossed.fx
Shared/ShaderSource/FadeTransition.fx
Shared/ShaderSource/Gloom.fx
Shared/ShaderSource/GrowablePoissonDisk.fx
Shared/ShaderSource/Identity.fx
Shared/ShaderSource/InvertColor.fx
Shared/ShaderSource/LeastBrightTransition.fx
Shared/ShaderSource/LightStreak.fx
Shared/ShaderSource/Lighten.fx
Shared/ShaderSource/LineRevealTransition.fx
Shared/ShaderSource/Magnify.fx
Shared/ShaderSource/Monochrome.fx
Shared/ShaderSource/MostBrightTransition.fx
Shared/ShaderSource/Multiply.fx
Shared/ShaderSource/NegationDifference.fx
Shared/ShaderSource/Pinch.fx
Shared/ShaderSource/Pixelate.fx
Shared/ShaderSource/PixelateInTransition.fx
Shared/ShaderSource/PixelateOutTransition.fx
Shared/ShaderSource/PixelateTransition.fx
Shared/ShaderSource/RadialBlurTransition.fx
Shared/ShaderSource/Ripple.fx
Shared/ShaderSource/RippleTransition.fx
Shared/ShaderSource/SaturateTransition.fx
Shared/ShaderSource/Sharpen.fx
Shared/ShaderSource/ShrinkTransition.fx
Shared/ShaderSource/SlideInTransition.fx
Shared/ShaderSource/SmoothMagnify.fx
Shared/ShaderSource/SmoothSwirlGridTransition.fx
Shared/ShaderSource/Sobel.fx
Shared/ShaderSource/Swirl.fx
Shared/ShaderSource/SwirlGridTransition.fx
Shared/ShaderSource/SwirlTransition.fx
Shared/ShaderSource/ToneMapping.fx
Shared/ShaderSource/Toon.fx
Shared/ShaderSource/WaterTransition.fx
Shared/ShaderSource/WaveTransition.fx
Shared/ShaderSource/ZoomBlur.fx
Shared/TransitionEffectMixer.cs
Shared/WpfShaderEffects.pfx
SilverlightShaderEffects/Common/Utility.cs
SilverlightShaderEffects/Properties/AssemblyInfo.cs
SilverlightShaderEffects/SilverlightShaderEffects.csproj
SilverlightTestApplication/App.xaml
SilverlightTestApplication/App.xaml.cs
SilverlightTestApplication/MainPage.xaml
SilverlightTestApplication/MainPage.xaml.cs
SilverlightTestApplication/Properties/AppManifest.xml
SilverlightTestApplication/Properties/AssemblyInfo.cs
SilverlightTestApplication/SilverlightTestApplication.csproj
WpfAndSilverlightShaderEffects.sln
WpfShaderEffects.DirectX/CompiledEffect.cs
WpfShaderEffects.DirectX/CompiledShader.cs
WpfShaderEffects.DirectX/CompilerOptions.cs
WpfShaderEffects.DirectX/ConstantInfo.cs
WpfShaderEffects.DirectX/D3DXUtil.cs
WpfShaderEffects.DirectX/EffectCompiler.cs
WpfShaderEffects.DirectX/Interop/D3DXCONSTANTTABLE_DESC.cs
WpfShaderEffects.DirectX/Interop/D3DXCONSTANT_DESC.cs
WpfShaderEffects.DirectX/Interop/D3DXEFFECT_DESC.cs
WpfShaderEffects.DirectX/Interop/D3DXFUNCTION_DESC.cs
WpfShaderEffects.DirectX/Interop/D3DXMACRO.cs
WpfShaderEffects.DirectX/Interop/D3DXMatrix16.cs
WpfShaderEffects.DirectX/Interop/D3DXPARAMETER_CLASS.cs
WpfShaderEffects.DirectX/Interop/D3DXPARAMETER_DESC.cs
WpfShaderEffects.DirectX/Interop/D3DXPARAMETER_TYPE.cs
WpfShaderEffects.DirectX/Interop/D3DXPASS_DESC.cs
WpfShaderEffects.DirectX/Interop/D3DXREGISTER_SET.cs
WpfShaderEffects.DirectX/Interop/D3DXSHADER.cs
WpfShaderEffects.DirectX/Interop/D3DXTECHNIQUE_DESC.cs
WpfShaderEffects.DirectX/Interop/D3DXVector4.cs
WpfShaderEffects.DirectX/Interop/D3DX_PARAMETER.cs
WpfShaderEffects.DirectX/Interop/ID3DXBuffer.cs
WpfShaderEffects.DirectX/Interop/ID3DXConstantTable.cs
WpfShaderEffects.DirectX/Interop/ID3DXEffectCompiler.cs
WpfShaderEffects.DirectX/Interop/ID3DXEffectCompilerCustom.cs
WpfShaderEffects.DirectX/Interop/IDirect3DPixelShader9.cs
WpfShaderEffects.DirectX/Interop/IDirect3DVertexShader9.cs
WpfShaderEffects.DirectX/NativeMethods.cs
WpfShaderEffects.DirectX/ParameterClass.cs
WpfShaderEffects.DirectX/ParameterFlags.cs
WpfShaderEffects.DirectX/ParameterInfo.cs
WpfShaderEffects.DirectX/ParameterType.cs
WpfShaderEffects.DirectX/Properties/AssemblyInfo.cs
WpfShaderEffects.DirectX/RegisterSet.cs
WpfShaderEffects.DirectX/SafeLibraryHandle.cs
WpfShaderEffects.DirectX/UnmanagedLibrary.cs
WpfShaderEffects.DirectX/WpfShaderEffects.DirectX.csproj
WpfShaderEffects.Experimental/DependencyProperties.cs
WpfShaderEffects.Experimental/DependencyProperties.tt
WpfShaderEffects.Experimental/EffectRepeater.cs
WpfShaderEffects.Experimental/EffectStacker.cs
WpfShaderEffects.Experimental/Properties/AssemblyInfo.cs
WpfShaderEffects.Experimental/Properties/Resources.Designer.cs
WpfShaderEffects.Experimental/Properties/Resources.resx
WpfShaderEffects.Experimental/Properties/Settings.Designer.cs
WpfShaderEffects.Experimental/Properties/Settings.settings
WpfShaderEffects.Experimental/Themes/Generic.xaml
WpfShaderEffects.Experimental/WpfShaderEffects.Experimental.csproj
WpfShaderEffects.sln
WpfShaderEffects/Common/Utility.cs
WpfShaderEffects/EffectShaders.cs
WpfShaderEffects/EffectShaders.tt
WpfShaderEffects/Properties/AssemblyInfo.cs
WpfShaderEffects/Themes/Generic.xaml
WpfShaderEffects/WpfShaderEffects.csproj
WpfTestApplication/App.xaml
WpfTestApplication/App.xaml.cs
WpfTestApplication/MainWindow.xaml
WpfTestApplication/MainWindow.xaml.cs
WpfTestApplication/Properties/AssemblyInfo.cs
WpfTestApplication/Properties/Resources.Designer.cs
WpfTestApplication/Properties/Resources.resx
WpfTestApplication/Properties/Settings.Designer.cs
WpfTestApplication/Properties/Settings.settings
WpfTestApplication/WpfTestApplication.csproj
WpfTestApplication/app.config
license.html

Download

Click the following link to download wpfshadereffects.zip.

wpfshadereffects.zip