delorie.com/archives/browse.cgi | search |
X-Authentication-Warning: | delorie.com: mail set sender to geda-user-bounces using -f |
X-Recipient: | geda-user AT delorie DOT com |
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=iAMpWsPSwOpRU/XO6R1ynbvllAMZLi3C0/If08Y3w2U=; | |
b=qFnwZNfYJeA2IB8mFECpYKKtvhFgnpDyT1qJN7KaD1KLNKVp82Df9LLRbWBOP03aQM | |
b7YeQvxXGn6kEjYl0rDUIDRIpfiiscYN+EBDdpVnG6w7n/fKnXjQxIRtd42+N3pApypa | |
7X2Vvs+c8fQp31IEfLaANrjvfuXW2UcVTI28K7TV67356QVVj3CwKhKTASCJMQoQIOLr | |
DtP1cVdfdcFnqp/L2VaypFDTnOIF615bxALeC4iZchjYGSPmIeJxaO7y5LBOL5jJlEBU | |
k74bRwYPl1j/CsVfNdJLCGu30TGm8O94bSmDqJz+cxPG5QvwbtB+CYf3hycGgAYBkk+m | |
/Ikg== | |
MIME-Version: | 1.0 |
X-Received: | by 10.152.4.230 with SMTP id n6mr27020391lan.1.1385486384073; Tue, |
26 Nov 2013 09:19:44 -0800 (PST) | |
In-Reply-To: | <1385484114.2036.8.camel@AMD64X2.fritz.box> |
References: | <CAGQH+orF9jrS9Kvg4cbBrouXUoJBBHrb9Lm7vq9G9rjbS6xU4w AT mail DOT gmail DOT com> |
<1385484114 DOT 2036 DOT 8 DOT camel AT AMD64X2 DOT fritz DOT box> | |
Date: | Wed, 27 Nov 2013 01:19:44 +0800 |
Message-ID: | <CAGQH+oq1Zsa8oosEzwJCasebWrSbOTnY704G1raSs=D0BHCJUQ@mail.gmail.com> |
Subject: | Re: [geda-user] Announcing QCamber: a PCB viewer alternative |
From: | Wei-Ning Huang <aitjcize AT gmail DOT com> |
To: | 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 |
--089e013d1e8ec3925e04ec17af0c Content-Type: text/plain; charset=ISO-8859-1 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... You can look at this thread<http://www.odb-sa.com/community/topic/how-can-i-get-hold-of-the-odb-format-specification/>on how to get ODB++ specifications, and for the IPC2851 format you can get the specification on their website<http://www.ipc-2581.com/index.php/ipc-2581-standard-files>. I think both format are well supported in China fabs. ODB++ is an old format so think most of the fab support it. Best, Wei-Ning 2013/11/27 Stefan Salewski <mail AT ssalewski DOT de> > On Tue, 2013-11-26 at 16:10 +0800, Wei-Ning Huang wrote: > > Hi gEDA users, > > > > I'm happy to announce the release of one of my hobby project QCamber( > > https://github.com/aitjcize/QCamber). QCamber is an open source PCB > design > > viewer. It is not intended to replace other PCB design viewer but to > > provide alternatives. Also with the support of a sister project > > IPC2581_to_ODB(https://github.com/Cobra-Kao/ipc2581_to_odb), the > > incorporate of IPC2581 format is possible. Note that both project are in > > their very early stage so help from everyone is appreciated. Feel free to > > contribute to this project by forking it on github and sending pull > > requests. > > > > Great -- you use Qt, so I guess it is written in C++? > > Do you use QGraphicsView? > > Where did you find the freely available documentation of IPC2581 and ODB > ++ file format? > > Are these formats already well supported by fab houses in China? > > Best wishes, > > Stefan Salewski > > > -- Embedded System and Wireless Networking Lab, Department of Computer Science and Information Engineering, National Taiwan University Cell: +886 910 380 678 Personal Website: http://azhuang.me --089e013d1e8ec3925e04ec17af0c Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr">Hi Stefan,<div><br></div><div>Yes, it is written in C++ an= d with QGraphicsView. I did some hack to workaround QGraphcisView's bug= s and it's low efficiency...</div><div>You can look at <a href=3D" http= ://www.odb-sa.com/community/topic/how-can-i-get-hold-of-the-odb-format-spec= ification/">this thread</a> on how to get ODB++ specifications, and for the= IPC2851 format you can get the specification on <a href=3D"http://www.ipc-= 2581.com/index.php/ipc-2581-standard-files">their website</a>. I think both= format are well supported in China fabs. ODB++ is an old format so think m= ost of the fab support it.</div> <div><br></div><div>Best,</div><div>Wei-Ning</div><div><br></div></div><div= class=3D"gmail_extra"><br><br><div class=3D"gmail_quote">2013/11/27 Stefan= Salewski <span dir=3D"ltr"><<a href=3D"mailto:mail AT ssalewski DOT de" target= =3D"_blank">mail AT ssalewski DOT de</a>></span><br> <blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p= x #ccc solid;padding-left:1ex"><div class=3D"HOEnZb"><div class=3D"h5">On T= ue, 2013-11-26 at 16:10 +0800, Wei-Ning Huang wrote:<br> > Hi gEDA users,<br> ><br> > I'm happy to announce the release of one of my hobby project QCamb= er(<br> > <a href=3D"https://github.com/aitjcize/QCamber" target=3D"_blank">http= s://github.com/aitjcize/QCamber</a>). QCamber is an open source PCB design<= br> > viewer. It is not intended to replace other PCB design viewer but to<b= r> > provide alternatives. Also with the support of a sister project<br> > IPC2581_to_ODB(<a href=3D"https://github.com/Cobra-Kao/ipc2581_to_odb"= target=3D"_blank">https://github.com/Cobra-Kao/ipc2581_to_odb</a>), the<br= > > incorporate of IPC2581 format is possible. Note that both project are = in<br> > their very early stage so help from everyone is appreciated. Feel free= to<br> > contribute to this project by forking it on github and sending pull<br= > > requests.<br> ><br> <br> </div></div>Great -- you use Qt, so I guess it is written in C++?<br> <br> Do you use QGraphicsView?<br> <br> Where did you find the freely available documentation of IPC2581 and ODB<br= > ++ file format?<br> <br> Are these formats already well supported by fab houses in China?<br> <br> Best wishes,<br> <br> Stefan Salewski<br> <br> <br> </blockquote></div><br><br clear=3D"all"><div><br></div>-- <br><div dir=3D"= ltr"><div style=3D"font-family:arial;font-size:small">Embedded System and W= ireless Networking Lab,<br></div><div style=3D"font-family:arial;font-size:= small"> <div>Department of Computer Science and Information Engineering,</div><div>= National Taiwan University<br></div><div><br></div><div>Cell: +886 910 380 = 678<br></div><div>Personal Website: <a href=3D"http://azhuang.me" target=3D= "_blank">http://azhuang.me</a></div> </div></div> </div> --089e013d1e8ec3925e04ec17af0c--
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |