X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Message-ID: <1436801138.685.9.camel@ssalewski.de> Subject: Re: [geda-user] PCB interface (ECAD vs. MCAD) From: Stefan Salewski To: geda-user AT delorie DOT com Date: Mon, 13 Jul 2015 17:25:38 +0200 In-Reply-To: References: <76520AC3-3E8D-4F80-A912-AB076DD8D0C6 AT icloud DOT com> <1670171546 DOT 913210 DOT 1436776811789 DOT JavaMail DOT yahoo AT mail DOT yahoo DOT com> <79456AAA-24A9-4300-900D-005ABBCFCBDA AT icloud DOT com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.11 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit 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 Mon, 2015-07-13 at 07:49 -0700, Ouabache Designworks (z3qmtr45 AT gmail DOT com) [via geda-user AT delorie DOT com] wrote: > And schematic capture is a single layer PCB with minimal widths and > thickness where lines crossing at right angles do not connect. So we > start > with a common graphics drawing program and add a schematic module or a > PCB > module or a autoroute module or a 3-D module all on a common base. > I'm > surprised that no one has applied autorouting to schematic capture, > That > would really be usefull. > > > John Eaton Generally that is a good plan. Indeed five years ago I started with some Cairo drawing on a GTK drawing area for fun -- later that evolves to my gschem clone. But at that time I was not aware how unpopular GTK now is. So for your plan you have to select a GUI toolkit and a drawing toolkit and maybe a language. And start work. Autorouter for schematic capture was already suggested, I think one time by Kai Martin. And that German guy with his Java schematics editor tried it also. To the Xi tool: Yes, I think I have seen it already years ago. But designing a GUI toolkit and a CAD tool at the same time, that is really a very, very big effort.