2017-06-05 19:41:13 +03:00
|
|
|
# SkiaSharp.Extended
|
|
|
|
|
2020-08-14 10:11:29 +03:00
|
|
|
[![Build Status](https://dev.azure.com/devdiv/DevDiv/_apis/build/status/Xamarin/Components/SkiaSharp.Extended?branchName=main)](https://dev.azure.com/devdiv/DevDiv/_build/latest?definitionId=10846&branchName=main) [![Build Status](https://dev.azure.com/xamarin/public/_apis/build/status/mono/SkiaSharp/SkiaSharp.Extended%20(Public)?branchName=main)](https://dev.azure.com/xamarin/public/_build/latest?definitionId=6&branchName=main)
|
2017-06-09 23:46:27 +03:00
|
|
|
|
2019-02-11 03:53:15 +03:00
|
|
|
**SkiaSharp.Extended** is a collection some cool libraries that may be
|
|
|
|
useful to some apps. There are several repositories that may have
|
2017-06-05 19:41:13 +03:00
|
|
|
interesting projects:
|
|
|
|
|
2017-06-05 23:27:41 +03:00
|
|
|
- [SkiaSharp][skiasharp] _(the engine)_
|
|
|
|
- [SkiaSharp.Extended][extended] _(additional APIs)_
|
2022-06-29 03:23:27 +03:00
|
|
|
- [SkiaSharp.Extended.UI.Forms][ui-forms] _(additional Xamarin.Forms controls)_
|
|
|
|
- [SkiaSharp.Extended.UI.Maui][ui-maui] _(additional .NET MAUI controls)_
|
2020-08-15 03:27:21 +03:00
|
|
|
|
2021-01-31 19:55:13 +03:00
|
|
|
## Using
|
|
|
|
|
|
|
|
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
|
|
|
|
```
|
|
|
|
|
2017-06-05 19:41:13 +03:00
|
|
|
## Building
|
|
|
|
|
2020-08-14 10:11:29 +03:00
|
|
|
To build the projects and samples, just open `SkiaSharp.Extended.sln`
|
2022-07-01 19:48:56 +03:00
|
|
|
in Visual Studio.
|
2017-06-05 19:41:13 +03:00
|
|
|
|
2020-08-15 03:31:12 +03:00
|
|
|
The CI server just runs `dotnet cake` and outputs all the packages,
|
2020-08-14 10:11:29 +03:00
|
|
|
assemblies and test results. This can also be used to build everything
|
|
|
|
locally.
|
2017-06-05 19:41:13 +03:00
|
|
|
|
|
|
|
## License
|
|
|
|
|
2017-06-05 21:21:54 +03:00
|
|
|
The code in this repository is licensed under the [MIT License][license].
|
2017-06-05 19:41:13 +03:00
|
|
|
|
2020-08-14 10:11:29 +03:00
|
|
|
[license]: https://github.com/mono/SkiaSharp.Extended/blob/main/LICENSE
|
2017-06-05 21:21:54 +03:00
|
|
|
[netcore]: https://www.microsoft.com/net/core
|
2017-06-05 23:27:41 +03:00
|
|
|
|
|
|
|
[skiasharp]: https://github.com/mono/SkiaSharp
|
2020-09-21 00:11:14 +03:00
|
|
|
[extended]: https://mono.github.io/SkiaSharp.Extended/api/extended
|
2022-06-29 03:23:27 +03:00
|
|
|
[ui-forms]: https://mono.github.io/SkiaSharp.Extended/api/ui-forms
|
|
|
|
[ui-maui]: https://mono.github.io/SkiaSharp.Extended/api/ui-maui
|