--
You received this message because you are subscribed to the Google Groups "skia-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to skia-discuss...@googlegroups.com.
To post to this group, send email to skia-d...@googlegroups.com.
Visit this group at http://groups.google.com/group/skia-discuss?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
I am evaluating graphics library for my program. I prefer to use skia instead of cairo, due to license issue. The C interface is important for me, but I can not find skia C document in wiki, nor SVN. Did the C interface release already? Would you kindly give me hint?
Thanks.
I am evaluating graphics library for my program. I prefer to use skia instead of cairo, due to license issue. The C interface is important for me,
but I can not find skia C document in wiki, nor SVN. Did the C interface release already? Would you kindly give me hint?
Thanks.
--
You received this message because you are subscribed to a topic in the Google Groups "skia-discuss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/skia-discuss/KL7C3Ko-EOg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to skia-discuss...@googlegroups.com.
To post to this group, send email to skia-d...@googlegroups.com.
Visit this group at http://groups.google.com/group/skia-discuss.
For more options, visit https://groups.google.com/groups/opt_out.
On Thursday, July 25, 2013, Cosmos Jiang wrote:I am evaluating graphics library for my program. I prefer to use skia instead of cairo, due to license issue. The C interface is important for me,Are you planning to use it directly from C? Or another language binding layer?
but I can not find skia C document in wiki, nor SVN. Did the C interface release already? Would you kindly give me hint?
Thanks.
--
You received this message because you are subscribed to a topic in the Google Groups "skia-discuss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/skia-discuss/KL7C3Ko-EOg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to skia-discuss+unsubscribe@googlegroups.com.
To post to this group, send email to skia-d...@googlegroups.com.
Visit this group at http://groups.google.com/group/skia-discuss.
For more options, visit https://groups.google.com/groups/opt_out.
Hey there, just posting just in case. I have been working on a C API (that I still need to get around to upstreaming) for mono's SkiaSharp (C# bindings for skia) project.
This has been going for some time and we have a huge C API cover.The actual C API lives here: https://github.com/mono/skiaThis is our headers: https://github.com/mono/skia/tree/xamarin-mobile-bindings/include/cThe main C# project is here: https://github.com/mono/SkiaSharpI also just whipped up a sample Python script: https://github.com/mono/SkiaSharp/wiki/SkiaSharp-with-PythonAlthough SkiaSharp's real aim is to bring skia to the .NET masses, we use a C API. And, that can be useful to anyone out there. If you would like to have a look, please do. I hope it is helpful to the world.
On Sunday, February 10, 2013 at 9:36:02 PM UTC+2, Christopher Barker wrote:Hey folks,
It looks like Python bindings to skia have been on the "we'd like to do that" list for a while now.
Is anyone working on that?
I've got a Python-based project that skia would be good for, so I may start on a bindings project myself, but I don't want to start from scratch if I don't need to. Also, I"ll probably only bind the bits that I really need, so a larger development group would be nice, to flesh it out into a full package.
If there isn't anything started, I'll most likely use Cython to write the bindings, but if there is a project started, I' open to other approaches.
Thanks,
-Chris
--
You received this message because you are subscribed to a topic in the Google Groups "skia-discuss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/skia-discuss/KL7C3Ko-EOg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to skia-discuss+unsubscribe@googlegroups.com.
To post to this group, send email to skia-d...@googlegroups.com.
Visit this group at https://groups.google.com/group/skia-discuss.
For more options, visit https://groups.google.com/d/optout.