I want to do some custom and dynamic stroke rendering in quick view, and found there's QQuickShapes
C++ API in 5.12 beta, can i render path with this and if howto?
there's QQuickPaintedItem
, but i do not think it has a good performance when rendering fullscreen.
Any suggestion? TIA.