#component #electronic #pcb #pattern #tool #symbols #eda

bin+lib qeda

The tool for easy creating electronic component libraries

2 releases

0.0.3 Jun 25, 2020
0.0.1 Feb 6, 2019

#6 in #electronic

MIT license

44KB
1K SLoC

QEDA

QEDA is a command-line tool aimed to simplify creating libraries of electronic components for using in EDA software. You can easily create both symbols for schematic and land patterns for PCB.

Build

Ubuntu

Prerequisites:

sudo apt install -y pkgconf libssl-dev

Build:

cargo build

Test:

./target/debug/qeda --help

First Steps

Load and add a new component:

qeda add capacitor/c0603

Generate a new KiCad library:

qeda generate mylib

License

Source code is licensed under MIT license.

Dependencies

~21–33MB
~580K SLoC