← Back to team overview

kicad-developers team mailing list archive

Re: Re: Python support in kicad (yes, I am --very -- late)

 

On Friday 26 February 2010, Florian Delizy wrote:
> here is a proposal : why not specify and add a plugin
> system, and then let the binding be in a separate tree,
> maintained by plugin author ? (moreover, plugins are usually
> a good thing to have as they allow easier extensions).

The plugin system in Gnucap seems to be working well. You are 
welcome to use it, and any of my code that implements it.

It is based on standard shared object files (.so on Linux, .dll 
on Windows), C++ derived classes, and a "dispatcher". I have 
had it working in the development branch of Gnucap for about two 
years, and plan to make a stable release soon.

 




Follow ups

References