Mail Archives: geda-user/2013/11/26/12:49:27
--001a11c3f6184cc12404ec1818ef
Content-Type: text/plain; charset=ISO-8859-1
Hi,
A prebuilt version for win32 is available for download here(
https://raw.github.com/aitjcize/QCamber/master/prebuilt/win32/QCamber-git-b33d824.zip)
if anyone care to give it a try :)
Also please star the project on github if you like it!
Best,
Wei-Ning
2013/11/27 Wei-Ning Huang <aitjcize AT gmail DOT com>
> 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
>
--
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
--001a11c3f6184cc12404ec1818ef
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
<div dir=3D"ltr">Hi,<div><br></div><div>A prebuilt version for win32 is ava=
ilable for download here(<a href=3D"https://raw.github.com/aitjcize/QCamber=
/master/prebuilt/win32/QCamber-git-b33d824.zip">https://raw.github.com/aitj=
cize/QCamber/master/prebuilt/win32/QCamber-git-b33d824.zip</a>) if anyone c=
are to give it a try :)</div>
<div>Also please star the project on github if you like it!</div><div><br><=
/div><div>Best,</div><div>Wei-Ning</div></div><div class=3D"gmail_extra"><b=
r><br><div class=3D"gmail_quote">2013/11/27 Wei-Ning Huang <span dir=3D"ltr=
"><<a href=3D"mailto:aitjcize AT gmail DOT com" target=3D"_blank">aitjcize AT gmai=
l.com</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 dir=3D"ltr">Hi Stefan,<div><br></div><d=
iv>Yes, it is written in C++ and with QGraphicsView. I did some hack to wor=
karound QGraphcisView's bugs and it's low efficiency...</div>
<div>You can look at <a href=3D"http://www.odb-sa.com/community/topic/how-c=
an-i-get-hold-of-the-odb-format-specification/" target=3D"_blank">this thre=
ad</a> on how to get ODB++ specifications, and for the IPC2851 format you c=
an get the specification on <a href=3D"http://www.ipc-2581.com/index.php/ip=
c-2581-standard-files" target=3D"_blank">their website</a>. I think both fo=
rmat are well supported in China fabs. ODB++ is an old format so think most=
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"><div><div class=3D"h5"><br><br><div class=3D"gmail_q=
uote">2013/11/27 Stefan Salewski <span dir=3D"ltr"><<a href=3D"mailto:ma=
il 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><div>On Tue, 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></div></div><span c=
lass=3D"HOEnZb"><font color=3D"#888888">-- <br><div dir=3D"ltr"><div style=
=3D"font-family:arial;font-size:small">Embedded System and Wireless Network=
ing 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: <a href=3D"te=
l:%2B886%20910%20380%20678" value=3D"+886910380678" target=3D"_blank">+886 =
910 380 678</a><br>
</div><div>Personal Website: <a href=3D"http://azhuang.me" target=3D"_blank=
">http://azhuang.me</a></div>
</div></div>
</font></span></div>
</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>
--001a11c3f6184cc12404ec1818ef--
- Raw text -