delorie.com/archives/browse.cgi   search  
Mail Archives: geda-user/2015/06/14/12:02:52

X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f
X-Recipient: geda-user AT delorie DOT com
X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=20120113;
h=mime-version:in-reply-to:references:date:message-id:subject:from:to
:content-type;
bh=OZyNhf+bZGF2mc0xfYhB4eRZFDuZqs02jFdPgOMvSrw=;
b=lsMAFpFWbvbPmGb6MLdRDKzVSx2GlDrMc4A96bnCl++M2jfjQ8ZGrQYTG4fdwvRV+a
WQsGsXWrxGOMh8tt8SCB9klqUX/wdXaQZNK6VGfp0/UqZOl5w0eVR+TtuJjGQo+qu4j0
YUuU4W+ifL2dkDEcw6ikasLN/KOzgD8soZzWeEXl7AG2WFuk484CDXVkLPNsA+jp9PnZ
hji4K9XKfOa85Fax83mKeUJyUFI1jOVrsWhIl/FoNuT0xzB8RFPBih5Cg7vx4b3Mij90
wsMINIHWZBrkImt55QndgnCqx0bqk7tNPmqUgLYPD0i/jZ8KTV6f0BqIr6sJt8RVfiJs
7/0Q==
MIME-Version: 1.0
X-Received: by 10.202.223.9 with SMTP id w9mr19232782oig.14.1434297734491;
Sun, 14 Jun 2015 09:02:14 -0700 (PDT)
In-Reply-To: <CAOP4iL3Uty-DdNhnc+aOwmAhZbqDEt4JNfoTA0F8S9XKkQDW6Q@mail.gmail.com>
References: <CAOP4iL2RenFM9yxVhc_fkmPmzBa9iXRFH2uUvfEuGC_qMY17Jw AT mail DOT gmail DOT com>
<CAPDh1To9cjhR-zJpsJCL68cWiSTMQDJ-jvnrGLwR_-qp6+r+Tg AT mail DOT gmail DOT com>
<20150608222056 DOT 10601 DOT qmail AT stuge DOT se>
<CAPDh1TqwQOtyh0jQjEMzF-pg6wzXVJ2rSCZEHh7-xvUqNWRdLQ AT mail DOT gmail DOT com>
<218C63C4-B2B5-4DFB-A995-B170E7591B6F AT noqsi DOT com>
<CAOP4iL19A9+7589oo0ctfeznW=TC-8MVsaw_6sjwLXRU1xjEDg AT mail DOT gmail DOT com>
<CAPDh1TpHFo20SxAGi2bHRDbSWP21r_ec+Yaw07dKmrnjKBYnGA AT mail DOT gmail DOT com>
<CAOP4iL1Gmxbr=axpvYwTZxxoKGMvhQaGoK-W2JMAnFVu9eREBg AT mail DOT gmail DOT com>
<CAPDh1TrZoMxNhUF7qdVa9wqrA0iB4dda=42Giq_ZJBpdaW5wQg AT mail DOT gmail DOT com>
<CAOP4iL3Uty-DdNhnc+aOwmAhZbqDEt4JNfoTA0F8S9XKkQDW6Q AT mail DOT gmail DOT com>
Date: Mon, 15 Jun 2015 01:32:14 +0930
Message-ID: <CAHUm0tMepeebg0PAMP4VTZ+inM+5f6TOvv_4OHsPpLaDjP2jzQ@mail.gmail.com>
Subject: Re: [geda-user] Any news about FOSS EDA coordination? Import/export,
common file format
From: "Erich Heinzle (a1039181 AT gmail DOT com)" <geda-user AT delorie DOT com>
To: geda-user <geda-user AT delorie DOT com>
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

--001a113d3854f7736005187c7645
Content-Type: text/plain; charset=UTF-8

My kicad to gEDA utility with a bit of work could do export to kicad after
reading geda files.

Although http://madparts.org/  looks like a more advanced possible
contender for a universal format. I am thinking of getting my hands dirty
and helping him with a GEDA export module.

My latest standalone utility exports to either legacy kicad or geda - there
really isn't that much difference between them, especially if using mm
units.

https://github.com/erichVK5/SpiralInductorFootprintGenerator



On Sun, Jun 14, 2015 at 11:33 PM, Ouabache Designworks (z3qmtr45 AT gmail DOT com)
<geda-user AT delorie DOT com> wrote:

>
>
> On Sun, Jun 14, 2015 at 6:40 AM, timofonic timofonic (timofonic AT gmail DOT com)
> <geda-user AT delorie DOT com> wrote:
>
>> Oh, the idea looked promising...
>>
>> So what about kicad and geda supporting both formats at least? What about
>> sharing the same library? :)
>>
>
> I have had some success using a Database as the center of my toolset.
> Create  tools to read kicad and gEDA libs into a database  as well as tools
> to dump out the database in either format and you have an instant universal
> translater. You might need some sort of fixer program that could modify the
> database to fix any issues.
>
> John Eaton
>
>
>

--001a113d3854f7736005187c7645
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div><div>My kicad to gEDA utility with a bit of work coul=
d do export to kicad after reading geda files. <br><br></div>Although <a hr=
ef=3D"http://madparts.org/">http://madparts.org/</a>=C2=A0 looks like a mor=
e advanced possible contender for a universal format. I am thinking of gett=
ing my hands dirty and helping him with a GEDA export module.<br><br></div>=
My latest standalone utility exports to either legacy kicad or geda - there=
 really isn&#39;t that much difference between them, especially if using mm=
 units.<br><br><a href=3D"https://github.com/erichVK5/SpiralInductorFootpri=
ntGenerator">https://github.com/erichVK5/SpiralInductorFootprintGenerator</=
a><br><br><br></div><div class=3D"gmail_extra"><br><div class=3D"gmail_quot=
e">On Sun, Jun 14, 2015 at 11:33 PM, Ouabache Designworks (<a href=3D"mailt=
o:z3qmtr45 AT gmail DOT com">z3qmtr45 AT gmail DOT com</a>) <span dir=3D"ltr">&lt;<a href=
=3D"mailto:geda-user AT delorie DOT com" target=3D"_blank">geda-user AT delorie DOT com</=
a>&gt;</span> wrote:<br><blockquote class=3D"gmail_quote" style=3D"margin:0=
 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir=3D"ltr"><br=
><div class=3D"gmail_extra"><br><div class=3D"gmail_quote"><span class=3D""=
>On Sun, Jun 14, 2015 at 6:40 AM, timofonic timofonic (<a href=3D"mailto:ti=
mofonic AT gmail DOT com" target=3D"_blank">timofonic AT gmail DOT com</a>) <span dir=3D"=
ltr">&lt;<a href=3D"mailto:geda-user AT delorie DOT com" target=3D"_blank">geda-us=
er AT delorie DOT com</a>&gt;</span> wrote:<br><blockquote class=3D"gmail_quote" s=
tyle=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p d=
ir=3D"ltr">Oh, the idea looked promising...</p>
<p dir=3D"ltr">So what about kicad and geda supporting both formats at leas=
t? What about sharing the same library? :)</p></blockquote><div><br></div><=
/span><div>I have had some success using a Database as the center of my too=
lset. Create=C2=A0 tools to read kicad and gEDA libs into a database=C2=A0 =
as well as tools to dump out the database in either format and you have an =
instant universal translater. You might need some sort of fixer program tha=
t could modify the database to fix any issues.<br><br></div><div>John Eaton=
<br><br></div></div><br></div></div>
</blockquote></div><br></div>

--001a113d3854f7736005187c7645--

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019