Hi folks! After many months of old things I am finally updating SkiaSharp to the latest skia (yay!)
I see there is a few messages here and comments and things about the status and deprecation of backends. I was just wondering if there is a place to see the status of the backends?
What is the current status of the backends in m115? For example, what are the current stable ones and the ones in dev?
And what is the dream/final goal of all the backends? Is there something we are working towards so I should keep that in mind?
I think maybe I am starting to lose the mental picture of how these all fit together... I see:
- Ganesh
- Graphite
- Dawn
There is also Metal and Vulkan, but Ganesh also has a Metal and then Graphite has a Vulkan, Metal and Dawn set of files.
If I am writing code using GrContext for example, will this change with different backends - like I use different code, or is it changing internally.
:)