From 640270a6087829e616dd450b6828a39c2963dae9 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Mon, 27 Jul 2026 23:11:19 +0100 Subject: [PATCH] Reword the desktop app feature list Each bullet leads with the feature and states the user-visible win. Native speed (vs the old wasm webapp), the A/B sliding comparator, and the curve inspector head the list; watershed clustering and curve simplification join from the 1.0 engine. --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f6e5ef3..813d61a 100644 --- a/README.md +++ b/README.md @@ -50,12 +50,16 @@ Technical descriptions of the [tracing algorithm](https://www.visioncortex.org/v ![screenshot](docs/images/desktop-app.png) -VTracer App features: +The familiar web-app workflow, now on the native 1.0 engine: -+ Higher performance -+ Adaptive thresholding in B/W mode -+ Perfect cutout mode -+ Fixed color palette ++ **Native speed** — the engine runs natively instead of in-browser wasm, so conversions are quicker ++ **A/B comparator** — a sliding split view to check the trace against the original ++ **Curve inspector** — examine the fitted curves up close ++ **Seam-free cutout** — a true gapless tessellation with shared boundaries, no cracks between shapes ++ **Watershed clustering** — content-adaptive regions that follow object shape, with one interactive detail slider ++ **Curve simplification** — the fewest curves within a pixel tolerance, typically halving file size ++ **Adaptive B/W thresholding** — handles scans and photos with uneven lighting ++ **Fixed color palettes** — snap the output to your own colors ## Cmd App