WPF/E architecture

WPF/E (Windows Presentation Foundation Everywhere) has subset feature of WPF. It can dynamically arrange document layout, show 2D, subpixel text, etc.

The good thing about WPF/E is it is cross browser and cross OS framework.

The not so good things are:
  • Cannot support 3D
  • Need plugin to browser to show content
Below shows the architecture of WPF/E:


0 comments: