Hi to everyone! I'm trying to make an application that runs on a TI AM3505
(arm cortex-a8). This application read some UDP packet and draws on the
screen. Because my micro hasn't a SGX module (graphics accelerator) I want
to use DirectFB to keep the thing simple as I can. I need to implement some
functions like drawing a point, a line with some attributes (width, style,
..), circles, elipsis that aren't API of DirectFB.
Instead of doing these functions I'm looking at Cairo that offers some
drawing functions, but I have some question about it:

1)Is better to implement the function in DirectFB or is better to use Cairo?
2) How can I use Cairo with DirectFB? I need to compile with DirectFB
backend I suppose.
3)Cairo-directfb offers me all the drawing function of Cairo withot
limitations?
4)Can I accelerate the graphic library compiling with the NEON support?

Sorry for all the questions but I'm new with DirectFB and I don't want to
waste time for drawing functions that someone has already done, because this
is only a small part of the project :)

Thank you in advance
Carlo Ferraresi
_______________________________________________
directfb-users mailing list
directfb-users@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to