Skip to content

[QUESTION] About Microsoft.Maui.Graphics #1778

Answered by nor0x
sharpwood asked this question in Q&A
Discussion options

You must be logged in to vote

Maui.Graphics is an abstraction of graphic APIs that support various backends to run on many platforms. For example CoreGraphics on Apple platforms or SharpDX on Windows. In addition to these native backends there is also a SkiaSharp 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 by SkiaSharp 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

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mattleibow
Comment options

Answer selected by mattleibow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #1724 on August 19, 2021 06:06.