Quoting Grzegorz Adam Hankiewicz ([EMAIL PROTECTED]): > On 2003-08-05, Manhart Matthias <[EMAIL PROTECTED]> wrote: > > i need some drawing routines like: FillArc / FillOval / FrameArc / > > FrameOval ? I could not find them in DirectFB 0.9.19. > > > > Is there another library for such routines or an application based on > > DirectFB ? > > Apparently you should be able to do that with SDL > (http://www.libsdl.org/) + the correct drawing extension.
What do you mean by drawing extension? I suggest using FillRectangle line by line for it. If you are going to draw arcs and ovals with a fixed size you should create a surface with the arc or oval in it. You can do color keyed blitting, which is the fastest way for these complex drawing routines (but it requires more memory). -- Best regards, Denis Oliver Kropp .------------------------------------------. | DirectFB - Hardware accelerated graphics | | http://www.directfb.org/ | "------------------------------------------" Convergence GmbH -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe directfb-users" as subject.
