PDA

View Full Version : Canvas - C++ question



cmessineo
15th September 2015, 17:35
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

anda_skoa
15th September 2015, 18:16
By using a QQuickPaintedItem derived class instead of the Canvas element

Cheers,
_