f8158c42e3 | ||
---|---|---|
binding | ||
depot_tools@3add4b62b8 | ||
native-builds | ||
samples | ||
skia@556058e668 | ||
.gitignore | ||
.gitmodules | ||
README.md | ||
bootstrapper.ps1 | ||
bootstrapper.sh | ||
build.cake | ||
cake.packages.config | ||
common.cake | ||
link-statics-into-dynamic.dylib |
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.