From 62954f3ba072079752ebb6d79e0193ef79c09c17 Mon Sep 17 00:00:00 2001 From: Yeicor <4929005+Yeicor@users.noreply.github.com> Date: Sat, 6 Apr 2024 16:38:38 +0200 Subject: [PATCH] Add yet-another-cad-viewer to editors & viewers This also adds a short description for other editors & viewers to follow the structure of all other external tools and libraries. --- docs/external.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/external.rst b/docs/external.rst index 2b58f2c0..70bb7185 100644 --- a/docs/external.rst +++ b/docs/external.rst @@ -14,6 +14,9 @@ Editors & Viewers ocp-vscode ========== +A viewer for OCP based Code-CAD (CadQuery, build123d) integrated into +VS Code. + See: `ocp-vscode `_ (formerly known as cq_vscode) @@ -25,8 +28,20 @@ Challenge: cq-editor ========= +GUI editor based on PyQT. + See: `cq-editor `_ +yet-another-cad-viewer +====================== + +A CAD viewer capable of displaying OCP models (CadQuery/Build123d) in a +web browser. Mainly intended for deployment of finished models as a static +website. It also works for developing models with hot reloading, though +this feature may not be as mature as in ocp-vscode. + +See: `yet-another-cad-viewer `_ + ************** Part Libraries