[email protected] wrote: > Does exist any "library" that supply methods for drawing ellipses, > rounded rectangles, spheres, cuboids, ... etc, or I have to do it all by > my self?
You can always use Cairo to do your drawing. Besides the normal Cairo functions, all you need is cairo_directfb_surface_create(). And you might have to recompile cairo with DirectFB support, (./configure --enable-directfb=yes etc.) since many mainstream Cairo distributions come without DFB support. Cheers Roland _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
