Replies: 1 comment 1 reply
-
The C API is stable in that between milestones it is additive. But, it really is at the whim of the underlying C++ API. This is not upstream because Google is not super interested in it and I am just using it as an interop layer. So it is not always so nice to use. I use it from C# and that is where I try and keep it stable. However, I am happy to take PRs to make the C API a more stable layer. Google does the C++ API, I do the C# API and whoever needs the C API can help make it more stable and nice to use. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I see that this project is keeping alive the C API for Skia, which Google has sadly removed from the upstream.
I have the following questions:
Beta Was this translation helpful? Give feedback.
All reactions