I have to create library that render static, simple shapes with some 3d effects such as rotation and bevels. Shapes can contains text or image on it.
Something similar to this:
I think that with GDI+ it will be hard to implement so is there any CLS compliant library that will help me with rendering?
P.S. I can not use WPF.