vote up 0 vote down star
1

Hi All,

I'm in a situation that requires many animations with effects like transparency to be applied but when there are about 10 of them running, my application slows down to a grinding halt! :(

I also, tried implementing a particle like effect using a frame by frame manual animation using the CompositionTarget.Rendering event, which changed an Image's Source property at a given framerate. Again, this works fine for the first few instances of the particles on the screen, but when more and more get added I need it to stay performance wise, which is always a tough ask for any application

I was wondering if anyone has any experience using pixel shaders in WPF for animations, or perhaps custom writeablebitmap's for animations?

I basically need to palm off most of the animation processing to the GPU if possible...

Thanks for any help you can give!

Cheers, Mark

flag

70% accept rate

1 Answer

vote up 0 vote down

Hi Mark,

If you want performance you should think about using XNA instead. Then, you can add the XNA project into your WPF app

link|flag
So, using XNA to process images and the like? – Mark Nov 4 at 21:20

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.