You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on multiple requests, it would, may be possible to create C bindings for inkcpp.
It would be a new subdirectory (inkcpp_clib or so) and would do inkcpp stuff but with c functions and external, the bindings should not take too much code, probably a handling the classes implicit as void* pointer passed back to the C code.
A new installation target for CMake is also required (like clib) to install only the c files.
Attention: not mixing up C and C++ header when exporting libs, also a different findInkcpp.cmake is needed for that.
The text was updated successfully, but these errors were encountered:
Based on multiple requests, it would, may be possible to create C bindings for inkcpp.
It would be a new subdirectory (inkcpp_clib or so) and would do inkcpp stuff but with c functions and
external
, the bindings should not take too much code, probably a handling the classes implicit as void* pointer passed back to the C code.A new installation target for CMake is also required (like
clib
) to install only the c files.Attention: not mixing up C and C++ header when exporting libs, also a different findInkcpp.cmake is needed for that.
The text was updated successfully, but these errors were encountered: