Efficient way to draw 2D complicated shape in Qt QML?
Unsolved
QML and Qt Quick
-
SVG might be something to try. svgtoqml might be a way if your runtime performance with using SVG directly isn't good enough.
https://www.qt.io/blog/vector-graphics-in-qt-6.8 -
@Asperamanca Sorry for late response, and thanks for your answer, it's helpful, I will try that!