FFIG / ffig

Generate code to call C++ libraries from other languages
MIT License
29 stars 9 forks source link

Investigate cffi for simpler Python bindings #35

Open jbcoe opened 8 years ago

jbcoe commented 8 years ago

I have no strong reason to think it will be better but cffi https://cffi.readthedocs.io/en/latest/overview.html could be used to create Python bindings.

Maybe this would be interesting as proof-of-concept.

ajbennieston commented 7 years ago

It may be interesting to support this as an additional way to interact with Python, especially if we also plan to support boost.python. There would then be the option to use ctypes, cffi or boost.python depending on the requirements of the project / environment for which bindings were being generated.