Thursday, July 30, 2009

What is the best and most popular graphic libraries for c++ under windows?

In graphics I mean mainly for displaying 2d geomtry and math stuff like functions, and some simple user intrfaces.


A specific need is the abilty to do zoom in and out and show axis, add text etc...

What is the best and most popular graphic libraries for c++ under windows?
If you want only 2D, you do not need any library: GDI functions such as LineTo, Polyline, FloodFill, etc. will be enough. For more complex tasks, use OpenGL: it is powerful 3D library.


No comments:

Post a Comment