modrana icon indicating copy to clipboard operation
modrana copied to clipboard

Use tiled rendering for Canvas

Open M4rtinK opened this issue 9 years ago • 1 comments

Tiled rendering might help with Canvas rendering rendering performance, especially for long routes as only the currently visible tiles would need to be drawn, not the whole route. This might also help with not blocking the rendering thread in case we can't get threaded rendering working.

M4rtinK avatar Apr 11 '15 23:04 M4rtinK

Looks like tiled canvas rendering was deprecated in Qt 5.7 - not that probably ever really worked or was documented in a usable manner.

M4rtinK avatar Jan 18 '17 01:01 M4rtinK