README updates

This commit is contained in:
Mike Molinari 2022-11-27 22:10:58 -05:00 committed by GitHub
parent a3d592d984
commit 954b6e65fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,8 +2,8 @@ JSketcher
=========== ===========
![JSketcher Logo](./web/img/JSketcher-logo.svg) ![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.
<a href='https://www.youtube.com/watch?v=Vk3TTp8hNxQ&list=PLeoCiKHizvH8PZEyFvThHzVlnTF5XaL-R'> <a href='https://www.youtube.com/watch?v=Vk3TTp8hNxQ&list=PLeoCiKHizvH8PZEyFvThHzVlnTF5XaL-R'>
<img src='../../wiki/img/sample2d.png' width='400px'> <img src='../../wiki/img/sample2d.png' width='400px'>
@ -30,7 +30,8 @@ Please consider supporting this project by becoming a backer
Current Status 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 Major Components and features
============== ==============