X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Message-ID: <20150825235047.31733.qmail@stuge.se> Date: Wed, 26 Aug 2015 01:50:47 +0200 From: "Peter Stuge (peter AT stuge DOT se) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] Re: off-topic: daydreaming about modularization Mail-Followup-To: geda-user AT delorie DOT com References: <6B8DDCCF-0E84-43DC-94A3-89CE0E56F0ED AT noqsi DOT com> <201508242052 DOT 28189 DOT ad252 AT freeelectron DOT net> <3766120C-93DD-454D-B2FA-7C79B78DC86C AT noqsi DOT com> <8DC5050C-49D2-49AD-94B0-A1FC857178E5 AT noqsi DOT com> <55DC6491 DOT 8030607 AT iae DOT nl> <3FA132D6-A8D9-47C8-8D37-E1962EF4098B AT noqsi DOT com> <55DCAA14 DOT 1030009 AT xs4all DOT nl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 I've re-ordered slightly. Evan Foss (evanfoss AT gmail DOT com) [via geda-user AT delorie DOT com] wrote: > * libpcbfile for moving between a memory representation of a layout > and the file that stores it > * libpcbgeo for processing geometric properties > * libpcbnetlist for forward and backward annotation The above libraries aren't really gEDA-specific, seem to be more what edacore targets. > * libpcbexport for translation to pdf, ps, png, jpeg > * libpcbui for providing the HID interface Anything ui is certainly gEDA-specific, maybe also export, maybe not. I think everyone agrees that common code should be in libraries. It "just" has to be written. //Peter