aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2022-07-11 12:33:05 +0200
committerjaseg <git@jaseg.de>2022-07-11 12:33:05 +0200
commitea0a6d83f8bc17a567a45dace1b48d63dd2ca5da (patch)
treed1d2a6dd49ac1f4013a40ba0dc88c95d7090a8ce
parent869fd09ad93c64a65b5d1f527ec295da940a26aa (diff)
downloadgerbolyze-ea0a6d83f8bc17a567a45dace1b48d63dd2ca5da.tar.gz
gerbolyze-ea0a6d83f8bc17a567a45dace1b48d63dd2ca5da.tar.bz2
gerbolyze-ea0a6d83f8bc17a567a45dace1b48d63dd2ca5da.zip
README: Add link to demo web interfacev3.0.11
-rw-r--r--README.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index c63455e..e6ee7ba 100644
--- a/README.rst
+++ b/README.rst
@@ -14,6 +14,8 @@ 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.
+Try gerbolyze online at https://tsugi.kokoroyukuma.de/gerboweb
+
.. figure:: pics/pcbway_sample_02_small.jpg
:width: 800px
@@ -184,6 +186,16 @@ This is the algorithm svg-flatten uses to process an SVG.
* for KiCAD S-Expression export: vector-composite results using CavalierContours: subtract each clear output primitive
from all previous dark output primitives
+Web interface
+-------------
+
+You can try gerbolyze online at https://tsugi.kokoroyukuma.de/gerboweb
+
+The web interface does not expose all of gerbolyze's bells and whistles, but it allows you to simply paste a single SVG
+file on a board to try out gerbolyze. Upload your design on the web interface, then download the template for either the
+top or bottom side, and put your artwork on the appropriate layer of that template using Inkscape_. Finally, upload the
+modified template and let gerbolyze process your design.
+
Command-line usage
------------------
.. _command_line_usage: