MaterialSkin icon indicating copy to clipboard operation
MaterialSkin copied to clipboard

Consider migrating rendering to Google Skia

Open leocb opened this issue 6 years ago • 0 comments

Current solution uses the Microsoft's GDI(+) library to draw the components, this is outdated. One option is to ditch the GDI and use the Google's Skia lib instead, a mono-compatible port is available here and can be installed via Nuget. This would, however, break a lot of projects and would be a Major version increment and almost a complete lib rewrite. Further investigation and testing is required.

leocb avatar Dec 23 '19 15:12 leocb