On 22 April 2013 10:46, Simon Schampijer <span dir="ltr"><<a href="mailto:simon@schampijer.de" target="_blank">simon@schampijer.de</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

But we should compare the performance of the underlying backends and check which technologies can be used for the tasks at hand, e.g. a drawing activity like Paint [5], do we need acceleration to get good results for drawing curves for example.<br>
</blockquote><div><br>In theory, I wouldn't expect an html canvas to be slower than a python gtk.DrawingArea. In the end the drawing is done by cairo and both have the bindings overhead.<br><br>There are a few layers though and things might go differently in one or the other. It's certainly something we should profile. It might different depending on web rendering engine also.<br>
</div></div>