I'm looking for an API that works similarly to GDI+. I need to be able to fill paths, with a solid, gradient etc fill. I found the AGG library but I don't like its loose design. I like creating a Graphics object and having it append to my screen bitmap or off screen bitmap. Are their libraries that function this way and are cross platform? Thanks
+4
A:
Qt has a very good C++ drawing API, see class QPainter, and it's cross platform and free (LGPL license).
Matias Valdenegro
2010-08-27 19:57:37
+1
A:
GDK is a good start (altough it may not be the best) and its C++ wrapper gdkmm. It's cross-platform and works AFAIK without GTK.
terminus
2010-08-27 20:12:18