Replacing QGraphicsView/QGraphicsScene with QML/js?
Unsolved
General and Desktop
-
I have an app that uses QGraphicsView/QGraphicsScene, and for a variety of reasons, I need to move it to QML and javascript. Does anyone have a recommendation for a replacement graphics package in js? I'm using only 2D along with many custom QGraphicsItem subclasses. I particularly like the selection and movement capabilities of the widgets.