On Fri, Nov 23, 2018 at 3:56 PM Christian Jaques <christian.jaques@...400...> wrote:
Checkout the library page : https://github.com/pybind/pybind11 Also, I did setup a few examples to answer questions from colleagues and friends, you can have a look at my github page : https://github.com/cjaques/pybind_examples I wrote a quick article about PyBind, it could be interesting (although everything's on the github page), see this page --> http://christianjaques.ch/pybind-is-great/
I'd be happy to help anyone trying to wrap C++ for Python.
I remember pybind11. Nice to see it alive and kicking. =)
For the start it will be interesting to see how to replace inkview-main.cpp and call InkviewApplication::create()->run(argc, argv); in Python.
https://gitlab.com/inkscape/inkscape/blob/master/src/inkview-main.cpp