I recent had to take into consideration the APIs available in Windows Mobile for something I was working on recreationally. As per usual I added my notes and conclusions to my OneNote notebook and thought I would share some of it for those that may need to look up the same information.
| GDI |
A moderate to slow speed performer with wide compatibility. |
| GDI+ |
Successor of GDI. GDI+ adds gradients, complex paths, and uses ARGB to represent color. |
| Imaging API |
for manipulating Images and manipulating them, but slow. |
| GAPI |
An API now officially dead as of WM6.5. Predates DirectX. Nothing more of it will be said here. |
| DirectDraw |
Gives extremely fast access to imaging surface. Targets low level operations. Centered around bit blting. |
| Direct3D |
Gives access to 3D display hardware and provides emulation where hardware isn’t available. Potentially high performing, though some OEMs use improper/slow implementation. HTC historically installed an improper version of Direct3D on their devices |
| DirectShow |
API for handling video and audio streams |
| OpenGL ES |
Platform independent graphic API. May or may not be present on your Windows Mobile device. If you use this be prepared to provide an implementation to the target device. |
I think I may have to go through all of these APIs and write a general introduction like what I did for Windows Mobile Power Management.
Tags: