Hi,

i'm writing an application which uses evas to display a gui on an embedded
system.

Now I'm using a list of lines to draw a curve of measurement values, but
evas_render takes more and more time as more lines are added to the canvas.
I'm therefore looking for an alternative way of drawing a simple curve in
evas. Is it possible to somehow draw the lines into a buffer (kind of a
bitmap image) instead of keeping them as evas_objects, so they wouldn't be
added to the list of objects that evas_render has to go through in every
invocation?

I also considered using polygons for a moment, but after looking at the
code, I think they will also take more and more time to render as more
points are added.

I very much hope to find a solution to this, because I very much like the
functionality offered by evas for my project.

Any thoughts are very welcome.

Thanks,
Bernhard


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to