-
Microsoft.Maui.Graphics contains some functions similar to SkiaSharp. What is the relationship between the two products and can they replace each other? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Here you can find an overview of the abstractions |
Beta Was this translation helpful? Give feedback.
Maui.Graphics
is an abstraction of graphic APIs that support various backends to run on many platforms. For exampleCoreGraphics
on Apple platforms orSharpDX
on Windows. In addition to these native backends there is also aSkiaSharp
backend 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 bySkiaSharp
or 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