المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Which would be the best 2D graphics library?



C# Programming
11-09-2009, 04:22 AM
Okay, I bet this question might have been asked dozens of times before, but at the end of the day, I am still confused.

I am working on a charting/plotting application. My application will also have WinForms controls. Please note that I dont want to use third party controls.

My current options are:

GdiPlus: Seems best, but does not supports hardware acceleration.
WPF: Practically, its still too slow.
SlimDX: Might be overkill
Tao: Don't know much yet
XNA: ditto

Since I plan to use Windows 7 features in my application, So this will be a blend of WinForms and custom graphics.

Any help or links comparing the above would be greatly appreciated.

"Do first things first, and second things not at all."
— Peter Drucker.