mikrut / qeda-rs

QEDA next generation rewritten on Rust language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 test

License

Source code is licensed under MIT license.

About

QEDA next generation rewritten on Rust language

License:MIT License


Languages

Language:Rust 99.0%Language:Shell 1.0%