Download presentation
Presentation is loading. Please wait.
Published byDominick Cunningham Modified over 9 years ago
3
Faster 2D graphics on Windows 8
8
Your app will run faster on Windows 8
11
How to write the fastest Direct2D app
13
Animate complex content fast Clip content to an arbitrary shape fast Draw text fast Render Direct2D effects fast Scale performance on multiple cores Draw mixed 2D/3D content fast
22
Use bitmaps for caching display output Use command list for caching print output.
23
Animate complex content fast Clip content to an arbitrary shape fast Draw text fast Render Direct2D effects fast Scale performance on multiple cores Draw mixed 2D/3D content fast
28
Animate complex content fast Clip content to an arbitrary shape fast Draw text fast Render Direct2D effects fast Scale performance on multiple cores Draw mixed 2D/3D content fast
29
Draw text fast
31
GrayScale text rendering mode Set the rendering mode to grayscale explicitly SetTextAntiAliasMode(D2D1_TEXT_ANTIALIAS_MODE_GRAY SCALE)
33
Animate complex content fast Clip content to an arbitrary shape fast Draw text fast Render Direct2D effects fast Scale performance on multiple cores Draw mixed 2D/3D content fast
34
Render Direct2D effects fast
40
Animate complex content fast Clip content to an arbitrary shape fast Draw text fast Render Direct2D effects fast Scale performance on multiple cores Draw mixed 2D/3D content fast
42
Animate complex content fast Clip content to an arbitrary shape fast Draw text fast Render Direct2D effects fast Scale performance on multiple cores Draw mixed 2D/3D content fast
44
Mixing 2D and 3D content
45
Animate complex content fast Clip content to an arbitrary shape fast Draw text fast Render Direct2D effects fast Scale performance on multiple cores Draw mixed 2D/3D content fast
48
Channel 9 PDC’10 talk: Adopting D2D and Dwrite for hardware acceleration in Native Windows ApplicationsChannel 9 PDC’10 talk: Adopting D2D and Dwrite for hardware acceleration in Native Windows Applications Channel 9 PDC=09 talk: Advanced graphics functionality using DirectXChannel 9 PDC=09 talk: Advanced graphics functionality using DirectX
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.