百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
S

SkiaSharp

> 数据库
开源

SkiaSharp 是基于 Google Skia 图形库的跨平台 .NET 平台 2D 图形 API,提供了一个可用于各种场景的全面 2D API。

5.5K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

SkiaSharp 是基于 Google Skia 图形库的跨平台 .NET 平台 2D 图形 API,提供了一个可用于各种场景的全面 2D API。

SkiaSharp

SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library (skia.org). It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.

SkiaSharp provides cross-platform bindings for:

  • .NET Standard 2.0
  • .NET Framework 4.6.2+ (Recommended .NET Framework 4.8)
  • .NET Core
  • .NET 6+
  • Tizen
  • Android
  • iOS
  • tvOS
  • macOS
  • Mac Catalyst
  • WinUI 3 (Windows App SDK / Uno Platform)
  • Windows Classic Desktop (Windows.Forms / WPF)
  • Web Assembly (WASM)
  • Uno Platform (iOS / Android / Windows / macOS / Linux / WebAssembly)

The API Documentation is available on the web to browse.

Using SkiaSharp

SkiaSharp is available as a convenient NuGet package, to use install the package like this:

nuget install SkiaSharp

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. (distros) (more info)

There is also an early access feed that you can use to get the latest and greatest, before it goes out to the public:

https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json

Building SkiaSharp

Building SkiaSharp is mostly straight forward. The main issue is the multiple dependencies for each platform.

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 are ways to skip all the native builds.

  • To get started building, see documentation/dev/building.md
  • If you are just wanting a custom Linux build, see documentation/dev/building-linux.md

Contributing

We welcome contributions! Please see CONTRIBUTING.md for guidelines on:

  • Reporting issues
  • Submitting pull requests
  • Building from source
  • Adding new APIs

For comprehensive documentation:

  • CONTRIBUTING.md - Contributing guidelines
  • documentation/dev/ - Architecture, build instructions, and maintainer guides

Contributors

Made with contrib.rocks.

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

C#androidcross-platformdot-netdotnet

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类数据库
定价开源

> 相关工具

P
PostgreSQL
功能强大的开源关系型数据库
R
Redis
内存数据结构存储,常用作缓存与队列
M
MySQL
广泛使用的开源关系型数据库