QLogo icon indicating copy to clipboard operation
QLogo copied to clipboard

Use QPainter for drawing

Open jasonsikes opened this issue 1 year ago • 0 comments

Currently, the canvas is implemented using raw OpenGL. We should see what performance penalties there are (if any) for using QPainter for drawing. The benefits are that we can more easily use QPaintDevice subclasses for rendering. QPaintDevice subclasses include QOpenGLPaintDevice, QImage, and QSvgGenerator.

jasonsikes avatar Feb 18 '24 23:02 jasonsikes