slint icon indicating copy to clipboard operation
slint copied to clipboard

Skia: add support for CPU based rendering (optional)

Open tronical opened this issue 1 year ago • 2 comments

Since Skia can render with just the CPU, it would be nice if we offered this as an option. This would likely still use a Skia backed GL/D3D/Metal surface, but it could be partially updated with the result of the CPU rendering.

tronical avatar Sep 14 '22 08:09 tronical

Is that a compile-time or run-time setting?

ogoffart avatar Sep 14 '22 08:09 ogoffart

I think similar to renderer-winit-skia-opengl this would be a crate feature to enable the compile-time support for it and when Skia is selected, that would be the method of rendering.

tronical avatar Sep 14 '22 08:09 tronical