From ea0a6d83f8bc17a567a45dace1b48d63dd2ca5da Mon Sep 17 00:00:00 2001 From: jaseg Date: Mon, 11 Jul 2022 12:33:05 +0200 Subject: README: Add link to demo web interface --- README.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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: -- cgit