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.
- make sure you have python3 and zig (0.12.1) installed
- build the native code in
native/
usingzig build
- make sure you have
jinja2
installed (python3 -m pip install jinja2
) - run build.py in the root directory (
python3 build.py
) - this builds the site into
build/
, serve it using pythonpython3 -m http.server 8080 --bind 127.0.0.1 --directory ./build
and visithttp://127.0.0.1:8080/
to view the site
Gingerbread is open source! Please take a chance to read the LICENSE file.
We welcome contributions! Please read our Code of Conduct.