nbind icon indicating copy to clipboard operation
nbind copied to clipboard

Is it possible to use nbind without having the source code of C library?

Open paulogr opened this issue 7 years ago • 1 comments

In case that isn't possible,

Anyone has any idea how can I use nbind without having the source code?

Thanks!

paulogr avatar Jun 30 '17 00:06 paulogr

If you have the headers, you can still write a C++ wrapper for it. See for example libui-node or screen-info.

Otherwise instead of creating the headers yourself, you can use an FFI library like node-ffi or fastcall. Rumors say FFI functionality will also be included in Node.js in the future.

jjrv avatar Jun 30 '17 05:06 jjrv