Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 646 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 646 Bytes

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

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

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.