https://github.com/aitjcize/qcamber
Free and open source PCB design viewer written in Qt
https://github.com/aitjcize/qcamber
Last synced: about 1 year ago
JSON representation
Free and open source PCB design viewer written in Qt
- Host: GitHub
- URL: https://github.com/aitjcize/qcamber
- Owner: aitjcize
- License: gpl-3.0
- Created: 2013-11-26T07:52:06.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2025-04-10T16:06:15.000Z (about 1 year ago)
- Last Synced: 2025-04-13T12:52:20.509Z (about 1 year ago)
- Language: C++
- Size: 8.14 MB
- Stars: 71
- Watchers: 6
- Forks: 34
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# QCamber
Free and open source PCB design viewer written in Qt.

QCamber is developed in the hope to provide high quaility open source PCB design/viewer suite for everyone. Anyone can contribute to the project and the project is guaranteed to be free and open source in the future.
QCamber currently only supports Valor ODB++ format, but with the help of a sister project [ipc2581_to_odb](https://github.com/Cobra-Kao/ipc2581_to_odb), IPC2851 format will be support in the future.
## Download
A prebuilt version for windows 32-bit is available [here](https://raw.github.com/aitjcize/QCamber/master/prebuilt/win32/QCamber-git-b33d824.zip).
## Bugs
* Please report bugs to the Github issue tracker.
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request