kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #04474
Re: Re: Python support in kicad (yes, I am --very -- late)
-
To:
kicad-devel@xxxxxxxxxxxxxxx
-
From:
al davis <ad10@...>
-
Date:
Sat, 27 Feb 2010 17:54:56 -0500
-
In-reply-to:
<fb9c226f1002261804v181c8512i216c9363d404ae0e@...>
-
User-agent:
KMail/1.12.4 (Linux/2.6.32-trunk-amd64; KDE/4.3.4; x86_64; ; )
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