Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fritzing/eagle2fritzing
Converters from EAGLE to Fritzing file format
https://github.com/fritzing/eagle2fritzing
Last synced: about 21 hours ago
JSON representation
Converters from EAGLE to Fritzing file format
- Host: GitHub
- URL: https://github.com/fritzing/eagle2fritzing
- Owner: fritzing
- License: gpl-3.0
- Created: 2014-09-25T13:02:06.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-09-06T17:07:44.000Z (about 1 year ago)
- Last Synced: 2024-03-27T09:26:19.153Z (8 months ago)
- Language: C++
- Size: 842 KB
- Stars: 120
- Watchers: 22
- Forks: 68
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eagle2fritzing
Converters from EAGLE to Fritzing file format:
* [**brd2svg**](https://github.com/fritzing/eagle2fritzing/tree/master/brd2svg) converts EAGLE board files (.brd) to Fritzing parts (.fzp/.svg)
* [**lbr2svg**](https://github.com/fritzing/eagle2fritzing/tree/master/lbr2svg) converts EAGLE part libraries (.lbr) to Fritzing parts and bins (.fzp/.svg/.fzb)
These are stand-alone command line tools built with [Qt](http://www.qt.io). Look into their individual readmes to get started.
Both tools depend on the [fritzing-app](https://github.com/fritzing/fritzing-app) repository. Make sure you clone this one next to it and keep the original path names:
some_folder
|-- eagle2fritzing
|-- fritzing-app