https://github.com/martonmiklos/qt_eagle_xml_parser
A Qt class to parse Autodesk EAGLE Schematics/PCBs/libraries
https://github.com/martonmiklos/qt_eagle_xml_parser
autodesk-eagle code-generation eagle ecad kode parse xml xsd
Last synced: 6 months ago
JSON representation
A Qt class to parse Autodesk EAGLE Schematics/PCBs/libraries
- Host: GitHub
- URL: https://github.com/martonmiklos/qt_eagle_xml_parser
- Owner: martonmiklos
- License: lgpl-3.0
- Created: 2018-08-27T18:41:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-22T07:40:22.000Z (over 6 years ago)
- Last Synced: 2025-03-27T23:51:06.677Z (6 months ago)
- Topics: autodesk-eagle, code-generation, eagle, ecad, kode, parse, xml, xsd
- Language: C++
- Size: 186 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EAGLE XML file parser code for Qt (and other useful stuffs in Qt+EAGLE files topic)
A Qt based class to parse Autodesk EAGLE Schematics/PCBs/libraries.
Autogenerated from the eagle.dtd* shipped with EAGLE 9.1.3 with [KODE](https://github.com/martonmiklos/kode "KODE")
As of today it is possible to parse and save an EAGLE design without making the EAGLE to claim about missing/malformed stuff.
*[see tools/generate.sh for the tricks](../../blob/master/tools/generate.sh)
Eventually I might add some EAGLE related classes here. Like dru/.eaglerc loaders/processors, and graphical classes to be able to render EAGLE elements via QPainter.