Hacker News new | ask | show | jobs
by rumanator 2492 days ago
> Having worked with GObject extensively, including through PyGObject, I can say the experience is infinitely better than trying to make C++ interoperate with e.g. Python.

Have you tried SWIG?

http://www.swig.org/

1 comments

My current favourite is pybind11. I wouldn't wish SWIG on my greatest enemy :)