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:from:date:message-id:subject:to; bh=OMJB9HbxTQbo0tpjXPreHNTH+Qe9ZNXDgxJFb8FTP8o=; b=z+lSlH6t6LrzzXWnFKOeCYhuJDlaYTWSL5iWhMV/YMkSKQltD7Pe35RccnR+g+cwi0 FPZqBkkpwoseRVmT4KuNPCmpzn1rm3d3kqZrSqtth9CnHGwkzAgsGaqX41/C+F5HRP/k X5ZzTUpSCXHIG3KBDOuKlhob/tkcXV9S8gOWLSSFINvH5iX4EuRnJL+2c5xOBP3Oe9or 1h82ZBMQjOM7LOkTad5SVyr63rJDkyRf4i++sx0Vg0ZLeMaU6XEKKqovOIr+Gi7vXb7j DziycaLcCiEYNNZ4/UW/yd5cV6C6HJe6hOtbUiDa7aRLmYN4KSSAvyyswTb7rVcoY29H adIQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=OMJB9HbxTQbo0tpjXPreHNTH+Qe9ZNXDgxJFb8FTP8o=; b=AWrZSLkQN/k5T30Uk/K6LzfieuVYC1h1lGJ2FKoTjS+sG+DysUquPvRkT3IKjhQmE4 gPVJTuRwDJnMrx+ObxbQTR+flKgEnWwu8QuziEM4fNUFn24mshbJt/vDIAdm9E2zlxLp 67xn3Rm9ncP4pdaGgzPJ8USUVXUxvSfJE4CYwA06GniM+vA6mhRFvB7BqOjUvSYun9m4 hgJPE9Nin0QjEwQDb2/0tIj7l9+84x+qN6rAGFYbq/77mx6kymF4FAvrJMEeGYDpx2ZT WQBw3hbkRXw7bh5MZhBxgYtvSs6eUncb80WyoK126/tROr8w9/xPe9jO3evtZKppOWLZ cTCA== X-Gm-Message-State: AE9vXwNZDf2en+YbWG7dyIBlZD0aDMUI4rMwJYhpIveWcmcOvCvkpXEIXPfmnyyuTu2cLw3ac5RkDdkqghfADw== X-Received: by 10.202.84.195 with SMTP id i186mr1164794oib.200.1472522882382; Mon, 29 Aug 2016 19:08:02 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <53b7bc76fb144120bfa076ae7d6b63dc@gwp> References: <53b7bc76fb144120bfa076ae7d6b63dc AT gwp> From: "Erich Heinzle (a1039181 AT gmail DOT com) [via geda-user AT delorie DOT com]" Date: Tue, 30 Aug 2016 11:38:01 +0930 Message-ID: Subject: Re: [geda-user] [pcb-rnd] release 1.1.1 To: geda-user Content-Type: multipart/alternative; boundary=001a113de352540904053b407338 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 --001a113de352540904053b407338 Content-Type: text/plain; charset=UTF-8 The pcb-rnd code has been modularized somewhat and has diverged from the mainline code to the point that it now has a different build/config system, so merged code with a simple compile-time option seems unlikely. I think Tibor is looking for assistance with implementing opengl support. Leveraging my previous footprint and symbol conversion efforts, I have nearly completed a pcb-rnd plugin for legacy format kicad layout export ( http://imgur.com/a/ZfLEV ), in addition to already working pastebuffer element (footprint) export to kicad. Kicad layout and footprint import is next on the to-do list, and export in a format compatible with openEMS or similar EM modeling tools is a tantalizing near term possibility. Regards, Erich. > Dear Members & pcb-rnd Developers, > > While I've know that opengl and transparency was one of the reason that > Igor2 started pcb-rnd project I wonder if it is possible to get it back as > a compile-time option. Now I'm using Peter's Clifton pcb-opengl version ( > http://repo.or.cz/w/geda-pcb/pcjc2.git) with a few my modifications > (very simple modifications + a few plug-ins). I found that this version > works great on my old hardware, and I found that transparent layers & > polygons + 3d trackball are functions that I use all the time. On the other > side pcb-rnd has some features that I really like to have.... Do You know > how much work is needed to "mix" these 2 projects? Is it even possible to > make a compile time option or the differences in the code are so large that > such thing would need a new project/fork? I can spend some time coding, but > I'm not a professional programmer, and I don't know pcb graphics - I want > to find out if it is even worth trying. > > Best Regards, > Michael Widlok > > > > --001a113de352540904053b407338 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
The pcb-rnd code has been modularized somewhat and ha= s diverged from the mainline code to the point that it now has a different = build/config system, so merged code with a simple compile-time option seems= unlikely.

I think Tibor is looking for assistance= with implementing opengl support.

Leveraging= my previous footprint and symbol conversion efforts, I have nearly=C2=A0co= mpleted a pcb-rnd plugin for legacy format kicad layout export ( http://imgur.com/a/ZfLEV ), in addition to a= lready working pastebuffer element (footprint) export to kicad. Kicad layou= t and footprint import is next on the to-do list, and export in a format co= mpatible with openEMS or similar EM modeling tools is a tantalizing near te= rm possibility.

Regards,

= Erich.


=

Dear Member= s & pcb-rnd Developers,

While I've kno= w that opengl and transparency was one of the reason that Igor2 started pcb= -rnd project I wonder if it is possible to get it back as a compile-time op= tion. Now I'm using Peter's Clifton pcb-opengl version (http://repo.or.cz= /w/geda-pcb/pcjc2.git) with a few my=C2=A0 modifications (very sim= ple modifications + a few plug-ins). I found that this version works great = on my old hardware, and I found that transparent layers & polygons + 3d= trackball are functions that I use all the time. On the other side pcb-rnd= has some features that I really like to have....=C2=A0 Do You know how muc= h work is needed to "mix" these 2 projects? Is it even possible t= o make a compile time option or the differences in the code are so large th= at such thing would need a new project/fork? I can spend some time coding, = but I'm not a professional programmer, and I don't know pcb graphic= s - I want to find out if it is even worth trying.

Best Regards,
Michael Widlok




--001a113de352540904053b407338--