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
I was wondering what some example packages using this might be, but then I found CBindingGen links to https://github.com/libplctag/PLCTag.jl so I guess that is one; but perhaps it would be useful to link to it in the README here, too? I always feel like having a full working example makes it easier to pick up a new technology (for me, at least).
Related to that, I was wondering if one can use CBinding also with JLLs, as are now being used more and more? Is there perhaps even a example somewhere using that? Should it work at least in principle?
The text was updated successfully, but these errors were encountered:
Yes, more documentation needs to happen. The README covers much of the nuts and bolts examples needed to use CBinding. Complete bindings for JLLs (and especially system libraries) should be dynamically created with CBindingGen. CBindingGen has a statically generated example of complete bindings to Clang_jll, so the README can reference that. But P4est and PLCTag are 2 examples of dynamically generated bindings which must be installed/built before they can be referenced.
I was wondering what some example packages using this might be, but then I found CBindingGen links to https://github.com/libplctag/PLCTag.jl so I guess that is one; but perhaps it would be useful to link to it in the README here, too? I always feel like having a full working example makes it easier to pick up a new technology (for me, at least).
Related to that, I was wondering if one can use CBinding also with JLLs, as are now being used more and more? Is there perhaps even a example somewhere using that? Should it work at least in principle?
The text was updated successfully, but these errors were encountered: