WPF animations hardware requirements
-
Hi I am wondering if anybody knows what are the hardware requirements for wpf animations to run. I googled for it but found no answers. What I really want is to programmaticaly determine if the machine(graphic card) supports animations. Any advice will be appreciated. Uros
-
Hi I am wondering if anybody knows what are the hardware requirements for wpf animations to run. I googled for it but found no answers. What I really want is to programmaticaly determine if the machine(graphic card) supports animations. Any advice will be appreciated. Uros
If it's vista, I think you can programatically check the index that Vista has for how fast your computer is, how good your card is, etc. Otherwise, I'd expect you could look into writing DirectX code that checks if aspects of DX are available, that's what we're talking about, after all.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
Hi I am wondering if anybody knows what are the hardware requirements for wpf animations to run. I googled for it but found no answers. What I really want is to programmaticaly determine if the machine(graphic card) supports animations. Any advice will be appreciated. Uros
WPF uses DirectX/Direct3D, so I reckon if you can run a WPF app, you can use WPF animation.
Mark Salsbery Microsoft MVP - Visual C++ :java: