Pixel Shader Effect Examples

Posted by Chris Nicol on Stack Overflow See other posts from Stack Overflow or by Chris Nicol
Published on 2009-12-21T06:25:26Z Indexed on 2010/04/29 8:17 UTC
Read the original article Hit count: 749

Filed under:
|
|
|

I've seen a number of pixel-shader effect examples, stuff like swirl on an image. But I'm wondering if anyone knows of any examples or tutorials for more practical uses of shader effects?

I'm not saying that a swirl effect doesn't have it's uses, it's just that many of the examples I've found have the basic effect explained and don't go into how it might be used subtly with another effect or transition to produce a wonderful effect. There's a video here, that outlines all the WPF Effects Library, but I'm not sure how I would use some of them in a practical context.

For example, when Flash 8 came out with effects like blur, I found a wonderful video that showed how to use the blur effect to create a cool effect with speeding text, that video inspired many ideas of what I could do with the effects in Flash 8. I'm looking for something similar with Pixel Shader Effects.

© Stack Overflow or respective owner

Related posts about pixel-shader

Related posts about wpf