SkiaSharp.Extended is a collection some cool libraries that may be useful to some apps. There are several repositories that may have interesting projects:
- SkiaSharp (the engine)
- SkiaSharp.Extended (additional APIs)
- SkiaSharp.Extended.UI.Forms (additional Xamarin.Forms controls)
- SkiaSharp.Extended.UI.Maui (additional .NET MAUI controls)
There is an early access feed that you can use to get the latest and greatest, before it goes out to the public:
https://aka.ms/skiasharp-eap/index.json
To build the projects and samples, just open SkiaSharp.Extended.sln
in Visual Studio.
The CI server just runs dotnet cake
and outputs all the packages,
assemblies and test results. This can also be used to build everything
locally.
The code in this repository is licensed under the MIT License.