Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mono/skiasharp.extended
SkiaSharp is a cross-platform, comprehensive 2D graphics API for all .NET platforms. And, here is where you will find all sorts of extras that you can use with it.
https://github.com/mono/skiasharp.extended
android cross-platform dot-net graphics ios macos skia skiasharp windows xamarin
Last synced: 15 days ago
JSON representation
SkiaSharp is a cross-platform, comprehensive 2D graphics API for all .NET platforms. And, here is where you will find all sorts of extras that you can use with it.
- Host: GitHub
- URL: https://github.com/mono/skiasharp.extended
- Owner: mono
- License: mit
- Created: 2017-06-05T16:18:08.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-06-10T12:41:56.000Z (5 months ago)
- Last Synced: 2024-07-11T13:07:11.831Z (4 months ago)
- Topics: android, cross-platform, dot-net, graphics, ios, macos, skia, skiasharp, windows, xamarin
- Language: C#
- Homepage: https://mono.github.io/SkiaSharp.Extended
- Size: 8.31 MB
- Stars: 218
- Watchers: 31
- Forks: 69
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# SkiaSharp.Extended
[![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)
**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][skiasharp] _(the engine)_
- [SkiaSharp.Extended][extended] _(additional APIs)_
- [SkiaSharp.Extended.UI.Forms][ui-forms] _(additional Xamarin.Forms controls)_
- [SkiaSharp.Extended.UI.Maui][ui-maui] _(additional .NET MAUI controls)_## 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
```## Building
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.## License
The code in this repository is licensed under the [MIT License][license].
[license]: https://github.com/mono/SkiaSharp.Extended/blob/main/LICENSE
[netcore]: https://www.microsoft.com/net/core[skiasharp]: https://github.com/mono/SkiaSharp
[extended]: https://mono.github.io/SkiaSharp.Extended/api/extended
[ui-forms]: https://mono.github.io/SkiaSharp.Extended/api/ui-forms
[ui-maui]: https://mono.github.io/SkiaSharp.Extended/api/ui-maui