X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Message-ID: <1385488834.2036.23.camel@AMD64X2.fritz.box> Subject: Re: [geda-user] Announcing QCamber: a PCB viewer alternative From: Stefan Salewski To: geda-user AT delorie DOT com Date: Tue, 26 Nov 2013 19:00:34 +0100 In-Reply-To: References: <1385484114 DOT 2036 DOT 8 DOT camel AT AMD64X2 DOT fritz DOT box> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.8.5 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 Wed, 2013-11-27 at 01:19 +0800, Wei-Ning Huang wrote: > Hi Stefan, > > Yes, it is written in C++ and with QGraphicsView. I did some hack to > workaround QGraphcisView's bugs and it's low efficiency... That is interesting. I myself, and most gEDA people, are using GTK. But I know that today many people enjoy Qt more -- the reason is not always clear. For GTK we have something similar like QGraphicsView -- Clutter. I have considered using one of them, but was not really convinced, I found no great example projects. So for my experimental schematics tool (http://www.ssalewski.de/PetEd.html.en) I used plain cairo drawing. I will investigate your program when I have some more free time -- currently I am still very busy -- one of my current open source projects is my PCB router (http://www.ssalewski.de/Router.html.en), which works not bad so far, so I really should finish it... > You can look at this > threadon > how to get ODB++ specifications, and for the IPC2851 format you can > get > the specification on their > website. > I think both format are well supported in China fabs. ODB++ is an old > format so think most of the fab support it. > Thanks for the links. I think here in Germany most fab houses still only use gerber files -- at least that was the case four years ago. Maybe it already changed. Best regards, Stefan Salewski