Gingerbread is a tool for converting vector artwork to KiCAD PCB files that lives in your browser.
See https://gingerbread.wntr.dev for more information.
native/
using zig build
jinja2
installed (python3 -m pip install jinja2
)python3 build.py
)build/
, serve it using python python3 -m http.server 8080 --bind 127.0.0.1 --directory ./build
and visit http://127.0.0.1:8080/
to view the siteGingerbread is open source! Please take a chance to read the LICENSE file.
We welcome contributions! Please read our Code of Conduct.