I have Windows CE 5.0 device and it doesn't support any hardware accelearation. I am looking for some good 2d graphics library to do following things. I prefer backend programming in Compact .Net Framework.
- Drawing fonts with antialiasing.
- drawing lines, and simple vector objects with antialiasing.
- I am not doing animation, so i don't care about frames per seconds performance.
i have looked into following libraries, but nothing suits me.
- opengl (vincent 3d software rendering) - works, but api is very low level and complex.
- openvg - no software implementation for windows ce.
- Cairo - api is very neat, but no wince build.
- Adobe Flash - installs as browser plugin , no activex support in wince.