gmardos Posted March 7, 2003 Posted March 7, 2003 I am interested in building an image processing application using C++ .net. What should I use for graphics? I am used to programing with Java and using java 2d graphics with java swing components but I have no Idea of what to use with C++. In the book I bought on Visual C++ .net it talks very little about GUI applications but does mention MFC and Windows forms, both of which I have never used. Do these have the capability of rendering images and performing animation or should I be using something else? thanks in advance. Quote
*Gurus* divil Posted March 7, 2003 *Gurus* Posted March 7, 2003 Windows Forms uses GDI+, which is great at rending and animation, but currently is not hardware accelerated. Still, if you're coming from Java you should find it quite speedy ;) There's always the DirectX route, too. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.