Using RecFusion with Python (PyBind11/CPython)

Hello to all!

Are there any related experiences using RecFusion from Python either with CPython or PyBind11? Is it possible? The reason being that I already have an application developed in Python. So would it be possible to integrate RecFusion? What would be the recommended approach?

Thanks in advance for any tips, suggestions.

Hello Marcos,
as far as I know we haven’t tried to wrap the RecFusion SDK inside Python. But in general, with the current state of the API this should work, since we kept it very simple. We already used SWIG in order to provide access to the RecFusion SDK through C#. As far as I know SWIG also can be used to provide Python bindings, so this might be worth to try.

All the best,
Alex

1 Like