SkiaSharp/README.md

73 строки
4.1 KiB
Markdown
Исходник Постоянная ссылка Обычный вид История

2015-11-13 18:21:00 +03:00
# SkiaSharp
2015-11-14 07:33:17 +03:00
2022-05-28 01:43:44 +03:00
[![SkiaSharp](https://img.shields.io/nuget/vpre/SkiaSharp.svg?cacheSeconds=3600&label=SkiaSharp%20nuget)](https://www.nuget.org/packages/SkiaSharp)
[![HarfBuzzSharp](https://img.shields.io/nuget/vpre/HarfBuzzSharp.svg?cacheSeconds=3600&label=HarfBuzzSharp%20nuget)](https://www.nuget.org/packages/HarfBuzzSharp)
[![SkiaSharp.Views](https://img.shields.io/nuget/vpre/SkiaSharp.Views.svg?cacheSeconds=3600&label=SkiaSharp.Views%20nuget)](https://www.nuget.org/packages/SkiaSharp.Views)
[![SkiaSharp.Views.Maui.Controls](https://img.shields.io/nuget/vpre/SkiaSharp.Views.Maui.Controls.svg?cacheSeconds=3600&label=SkiaSharp.Views.Maui.Controls%20nuget)](https://www.nuget.org/packages/SkiaSharp.Views.Maui.Controls)
[![SkiaSharp.Views.Uno](https://img.shields.io/nuget/vpre/SkiaSharp.Views.Uno.svg?cacheSeconds=3600&label=SkiaSharp.Views.Uno%20nuget)](https://www.nuget.org/packages/SkiaSharp.Views.Uno)
[![discord](https://img.shields.io/badge/chat-.NET%20Discord-E60256.svg)](https://aka.ms/dotnet-discord)
[![SkiaSharp API Docs](https://img.shields.io/badge/docs-skiasharp-1faece.svg)](https://docs.microsoft.com/dotnet/api/SkiaSharp)
[![HarfBuzzSharp API Docs](https://img.shields.io/badge/docs-harfbuzzsharp-1faece.svg)](https://docs.microsoft.com/dotnet/api/SkiaSharp)
[![SkiaSharp Guides](https://img.shields.io/badge/docs-guides-1faece.svg)](https://docs.microsoft.com/xamarin/graphics-games/skiasharp/)
[![Build Status](https://dev.azure.com/devdiv/DevDiv/_apis/build/status/Xamarin/Components/SkiaSharp?branchName=main)](https://dev.azure.com/devdiv/DevDiv/_build/latest?definitionId=10789&branchName=main)
[![Build Status](https://dev.azure.com/xamarin/public/_apis/build/status/mono/SkiaSharp/SkiaSharp%20(Public)?branchName=main)](https://dev.azure.com/xamarin/public/_build/latest?definitionId=4&branchName=main)
2016-05-15 00:40:40 +03:00
2016-04-07 18:13:46 +03:00
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's
Skia Graphics Library ([skia.org](https://skia.org/)). It provides a comprehensive 2D API that can
2016-04-07 18:13:46 +03:00
be used across mobile, server and desktop models to render images.
2015-11-14 07:33:17 +03:00
2018-02-10 22:50:36 +03:00
SkiaSharp provides cross-platform bindings for:
2015-11-14 07:33:17 +03:00
2018-02-10 22:50:36 +03:00
- .NET Standard 1.3
- .NET Core
2021-08-09 00:28:10 +03:00
- .NET 6
- Tizen
2021-08-09 00:28:10 +03:00
- Android
- iOS
- tvOS
- macOS
- Mac Catalyst
- WinUI 3 (Windows App SDK / Uno Platform)
2017-03-24 17:29:33 +03:00
- Windows Classic Desktop (Windows.Forms / WPF)
2020-07-20 13:21:44 +03:00
- Web Assembly (WASM)
- Uno Platform (iOS / macOS / Android / WebAssembly)
The [API Documentation](https://docs.microsoft.com/en-us/dotnet/api/SkiaSharp/) is
2017-03-24 17:41:41 +03:00
available on the web to browse.
2016-02-23 19:48:23 +03:00
## Using SkiaSharp
2018-11-03 15:41:43 +03:00
SkiaSharp is available as a convenient NuGet package, to use install the package like this:
2016-08-11 06:22:51 +03:00
```
nuget install SkiaSharp
```
2018-10-30 11:06:56 +03:00
_Because there are multiple distros of Linux, and we cannot possibly support them all, we have a separate NuGet package that will contain the supported binaries for a few distros: [SkiaSharp.NativeAssets.Linux](https://www.nuget.org/packages/SkiaSharp.NativeAssets.Linux). ([distros](https://github.com/mono/SkiaSharp/issues/453)) ([more info](https://github.com/mono/SkiaSharp/issues/312))_
2017-03-24 17:41:41 +03:00
2019-06-25 22:04:58 +03:00
There is also a early access feed that you can use to get the latest and greatest, before it goes out to the public:
```
2019-12-02 22:02:06 +03:00
https://aka.ms/skiasharp-eap/index.json
2019-06-25 22:04:58 +03:00
```
2016-02-23 19:48:23 +03:00
## Building SkiaSharp
2020-03-25 17:53:34 +03:00
Building SkiaSharp is mostly straight forward. The main issue is the multiple dependencies for each platform.
2017-03-24 17:29:33 +03:00
2020-03-25 17:53:34 +03:00
However, these are easy to install as they are found on the various websites. If you are just working on managed code, it is even easier as there mays to skip all the native builds.
2017-03-24 17:29:33 +03:00
2020-03-25 17:53:34 +03:00
- To get started building, [go here](https://github.com/mono/SkiaSharp/wiki/Building-SkiaSharp).
- If you are just wanting a custom Linux build, [go here](https://github.com/mono/SkiaSharp/wiki/Building-on-Linux)
2016-02-23 19:48:23 +03:00
2016-05-17 17:36:29 +03:00
## Compare Code
2018-10-15 18:10:13 +03:00
Here are some links to show the differences in our code as compared to Google's code.
2016-05-17 17:36:29 +03:00
What version are we on? [**m118**](https://github.com/google/skia/tree/chrome/m118)
Are we up-to-date with Google? [Compare](https://github.com/mono/skia/compare/skiasharp...google:chrome/m118)
What have we added? [Compare](https://github.com/google/skia/compare/chrome/m118...mono:skiasharp)