|
Microsoft.Maui.Graphics contains some functions similar to SkiaSharp. What is the relationship between the two products and can they replace each other? |
Answered by
nor0x
Jun 24, 2021
Replies: 1 comment 1 reply
|
Here you can find an overview of the abstractions |
1 reply
Answer selected by
mattleibow
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Maui.Graphicsis an abstraction of graphic APIs that support various backends to run on many platforms. For exampleCoreGraphicson Apple platforms orSharpDXon Windows. In addition to these native backends there is also aSkiaSharpbackend on most platforms. So the idea is to have one API which you use to write your rendering code and run it on a variety of platforms either backed bySkiaSharpor the built-in engine of the platform.Here you can find an overview of the abstractions
https://github.com/dotnet/Microsoft.Maui.Graphics#supported-platforms