Hi All, I've run into an issue where drawing lines on a Canvas for a graph that has 2 lines and 1000 points via javascript is very slow. Is it possible to pass the context to c++ and draw the lines through c++? This is on an embedded device.
Thanks
Hi All, I've run into an issue where drawing lines on a Canvas for a graph that has 2 lines and 1000 points via javascript is very slow. Is it possible to pass the context to c++ and draw the lines through c++? This is on an embedded device.
Thanks
By using a QQuickPaintedItem derived class instead of the Canvas element
Cheers,
_
Bookmarks