-
Hello, is there or will there be a C API for ThorVG? I am also fine with compiling the C++ version separately to use it with an C API in a C project if this is already an option. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
hermet
Oct 25, 2023
Replies: 1 comment 1 reply
-
@GrauBlitz hello, thorvg has it. https://github.com/thorvg/thorvg/blob/main/src/bindings/capi/thorvg_capi.h if you are using the meson build system, you can enable the capi build with this:
If you have any troubles, feel free to ask here. thanks! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
GrauBlitz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@GrauBlitz hello, thorvg has it. https://github.com/thorvg/thorvg/blob/main/src/bindings/capi/thorvg_capi.h
if you are using the meson build system, you can enable the capi build with this:
If you have any troubles, feel free to ask here. thanks!