Slow WPF performance on GMA 500 integrated graphics

后端 未结 3 1888
攒了一身酷
攒了一身酷 2021-02-19 21:10

My team is developing WPF applications to be deployed on an Intel Atom Z530 netbook hardware platform. The Intel Atom Z530 comes with Intel GMA 500 integrated graphics, which h

3条回答
  •  南笙
    南笙 (楼主)
    2021-02-19 21:33

    I'm almost certain that Atom processors with those graphics were never even considered when WPF was in its design and first implementation phases. WPF was in development over five years ago, long before GMA 500 graphics were around.

    You may have better results with the Silverlight 4 stack, which was certainly designed for lightweight environments. Much of what is possible in WPF is similar or identical in Silverlight. If you're not using WPF's 3D graphics or any of the other features, you may be able to get an easy port of the XAML, at least.

提交回复
热议问题