SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
Перейти к файлу
Bill Holmes a3778ac07e Adding a gradient sample to the Forms app
- Removing an unused count argument from CreateTwoPointConicalGradient
 - Bump the skia submodule to pick up the missing SK_API fix
2015-11-21 08:33:19 -05:00
binding Adding a gradient sample to the Forms app 2015-11-21 08:33:19 -05:00
native-builds Adding Android build commands for Skia native lib. 2015-11-20 23:32:10 -05:00
samples/Skia.Forms.Demo Adding a gradient sample to the Forms app 2015-11-21 08:33:19 -05:00
skia@fd370f0131 Adding a gradient sample to the Forms app 2015-11-21 08:33:19 -05:00
.gitignore Adding .DS_Store to .gitignore 2015-11-20 22:27:21 -05:00
.gitmodules Add Skia as a submodule 2015-11-19 11:06:10 -05:00
README.md Update README.md 2015-11-14 22:46:15 -05:00
link-statics-into-dynamic.dylib Initial Skia import 2015-11-13 16:40:06 -05:00

README.md

SkiaSharp

Support for the Skia Library, to build, you want to get Skia from skia.org, it has instructions on how to build for your platform.

I am testing on OSX with a dylib created from the static objects, but there are now instructions on creating a dynamic library for Skia here:

https://github.com/xamarin/skia/blob/master/experimental/c-api-example/c.md

If you want to use OSX and create the library like I did, just run the dylib script in this directory and place the resulting library in /tmp/libskia.dylib

Status

The binding is up to date to the C API of Skia as of November 13th 2015, or around this version of Skia:

1d5127327111e00d0e4530adae73b11ad2ee3f42

It has been further updated to Xamarin's Skia fork, so up to:

c25b614b7c17b9d865b0cafea8ba3203dc386d2e

This fork contains many missing features, like font selection and text rendering.

There are still many missing types from the C API.