← Back to team overview

kicad-developers team mailing list archive

Re: Deletion in plugins causing trouble

 

The best solution I've seen so far is the one that OpenCV implemented.
It's well described at
https://docs.opencv.org/master/da/d49/tutorial_py_bindings_basics.html


On 10.03.2018 21:44, Vesa Solonen wrote:
> Jon Evans kirjoitti 10/03/18 klo 15:57:
> 
>> I'm interested in helping brainstorm this more at some point; Python/C++
>> interaction is something I'd like to learn more about how to do "right"
>> both for KiCad and for some personal projects.
> 
> Depending what you consider "right", it may be well worth taking a look
> at GNU Radio too. Last time I checked they were using SWIG.
> 
> -Vesa
> 
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
> 



References