X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Fri, 1 Jul 2016 04:16:04 +0200 (CEST) X-X-Sender: igor2 AT igor2priv To: "Atommann (atommann AT gmail DOT com) [via geda-user AT delorie DOT com]" X-Debug: to=geda-user AT delorie DOT com from="gedau AT igor2 DOT repo DOT hu" From: gedau AT igor2 DOT repo DOT hu Subject: Re: [geda-user] Image search mode for gedasymbols site In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 30 Jun 2016, Roland Lutz wrote: > The almost-finished code for the symbol part has been sitting around in a > branch for quite a while; maybe I'll take this as a motivation to finally > merge it. For footprints, there is a bit more work to be done as the PCB file > reading and writing code couldn't easily be used outside of the main PCB > application last time I looked. Maybe Igor2 has worked on this while > modularizing the PCB code, though. Yes, I was working on this one: the whole .pcb and .fp format code is a ~2k sloc plugin now, behind an API of 6 function pointers. While this makes it easy to provide alternative file format plugins for pcb-rnd, it doesn't (yet?) do the other way: the code still depends on "global.h" and friends. So if you want to reuse the parser linking the plugin directly, that still would bring in most of the core (~40k sloc). I have longer term plans to turn the core into a misc part (that contains main() for example) and a lib external tools can link against. Regards, Igor2