From 954b6e65fcc59fa06c52b15a2e313ef6e1921a45 Mon Sep 17 00:00:00 2001 From: Mike Molinari Date: Sun, 27 Nov 2022 22:10:58 -0500 Subject: [PATCH] README updates --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f8c00242..68ef1981 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ JSketcher =========== ![JSketcher Logo](./web/img/JSketcher-logo.svg) -JSketcher is a **parametric** 2D and 3D CAD modeler written in pure javascript - +JSketcher is a **parametric** 2D and 3D CAD modeler written for the web. +Sketch solver is completely implemented in javascript/typescript. @@ -30,7 +30,8 @@ Please consider supporting this project by becoming a backer Current Status ============== -JSketcher is a parametric 3d modeler employing a 2D constraint solver for sketches and the feature/history metaphor to build models. The 2D constraint solver is completely written in javascript/typescript and is implemented in both the 3D CAD and the 2D sketcher. Originally developed by xibyte to make models for 3d printing. Today JSketcher provides a rich set of tools for visualizing, selecting/interacting with 3D geometry, tracking and storing model history all built on the foundation of the 2D sketcher engine and employing OpenCascade for solid modeling operations. +JSketcher is a parametric 3d modeler employing a 2D constraint solver for sketches and the feature/history metaphor to build models. The 2D constraint solver is completely written in javascript/typescript and is implemented in both the 3D CAD and the 2D sketcher. Originally developed by xibyte to make models for 3d printing. Today JSketcher provides a rich set of tools for visualizing, selecting/interacting with 3D geometry, tracking and storing model history all built on the foundation of the 2D sketcher engine and employing a custom wasm build of the OpenCascade kernel (https://github.com/Autodrop3d/occt-interpreter) for solid modeling operations. + Major Components and features ==============