aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2022-06-12 16:59:48 +0200
committerjaseg <git@jaseg.de>2022-06-12 16:59:48 +0200
commit8ccbc98706ae78ac5cc5b0a4e8c217f8141e9fa8 (patch)
treece96bf89f30f2f8406ff991ceb9c88c81927a4ab
parentca43fe715b494b3ff3cb788c0332d4f7e6c2ac81 (diff)
downloadgerbolyze-8ccbc98706ae78ac5cc5b0a4e8c217f8141e9fa8.tar.gz
gerbolyze-8ccbc98706ae78ac5cc5b0a4e8c217f8141e9fa8.tar.bz2
gerbolyze-8ccbc98706ae78ac5cc5b0a4e8c217f8141e9fa8.zip
README: Add link to gerbonara
-rw-r--r--README.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index d069bd9..a30efc9 100644
--- a/README.rst
+++ b/README.rst
@@ -8,7 +8,7 @@ Gerbolyze high-fidelity SVG/PNG/JPG to PCB converter
Gerbolyze renders SVG vector and PNG/JPG raster images into existing gerber PCB manufacturing files.
Vector data from SVG files is rendered losslessly *without* an intermediate rasterization/revectorization step.
Still, gerbolyze supports (almost) the full SVG 1.1 spec including complex, self-intersecting paths with holes,
-patterns, dashes and transformations
+patterns, dashes and transformations.
Raster images can either be vectorized through contour tracing (like gerbolyze v1.0 did) or they can be embedded using
high-resolution grayscale emulation while (mostly) guaranteeing trace/space design rules.
@@ -31,6 +31,8 @@ thousands of primitives, generating tens of megabytes of gerber code without cra
finally be confident that your PCB fab's toolchain will fall over before yours does if you overdo it with the high-poly
anime silkscreen.
+Gerbolyze is based on gerbonara_.
+
.. image:: pics/process-overview.png
:width: 800px
@@ -672,3 +674,5 @@ avoid that so the default license is still AGPL.
.. _pcb-tools: https://github.com/curtacircuitos/pcb-tools
.. _pcb-tools-extension: https://github.com/opiopan/pcb-tools-extension
.. _GIMP: https://gimp.org/
+.. _gerbonara: https://gitlab.com/gerbolyze/gerbonara
+