fluendo / 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.

Home Page:https://github.com/mono/SkiaSharp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SkiaSharp.Extended

Build Status Build Status

SkiaSharp.Extended is a collection some cool libraries that may be useful to some apps. There are several repositories that may have interesting projects:

Building

Each sub-directory has a solution file that can be opened in Visual Studio or built by MSBuild. All stripting and tasks are performed by MSBuild, so no external tooling is needed.

There is a single PowerShell script that can be used to build the entire repository:

> .\build.ps1

The CI server just runs that single file and outputs all the packages, assemblies and test results.

NOTE: for macOS, you may need to first install PowerShell.

License

The code in this repository is licensed under the MIT License.

About

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

License:MIT License


Languages

Language:C# 97.1%Language:PowerShell 2.9%