← Back to team overview

kicad-developers team mailing list archive

Re: Plugin in C++

 

On 31/12/2018 17:54, mdoesbur@xxxxxxxxx wrote:
> I've seen it is possible to write action plugins in python, I would
> rather do this kind of stuff in C++. In the sources I've found only some
> file loaders/savers  and 3D stuff. Is the kind of plugin like "replicate
> layout" possible from C++? And if it is, is there some kind of example?
> 

Hi,

There is no possibility to write action plugins in C++, but you can just
contribute a 'regular' KiCad tool. Have a look at EDIT_TOOL::CreateArray
sources for a starting point.

Regards,
Tom


Follow ups

References