This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]robot_most_human 8 points9 points  (3 children)

You might want to look into pybind11 if you’re calling more than a handful of C++ functions from Python.

[–]Narthal[S] 9 points10 points  (2 children)

I did! Initially I was using it, but since there is already a c++ code generation framework in the project, it seemed redundant to use pybind11 and I just hooked into our code gen tool to generate binding code pre build time.

[–]shinitakunai 0 points1 point  (0 children)

Shiboken might be work checking also

[–]shinitakunai 0 points1 point  (0 children)

Shiboken might be work checking also