An Electron-based CAD GUI built for CadQuery.
Note: Unless you have a compelling reason to use cadquery-gui, it is recommended that you transition to CQ-editor as it has better support and is fully CadQuery 2.x compatible.
If you are wanting to use the FreeCAD based version of CadQuery (version 1.x), follow these prerequisite installation instructions.
pip install git+https://github.com/dcowden/cadquery.git
NOTE: caduqery-gui is not yet compatible with the OCP (latest) version of CadQuery 2.0. Tessellation works differently in the new CadQuery version which has broken show_object
processing and display.
If you are wanting to use the PythonOCC based version of CadQuery (version 2.x), follow these prerequisite installation instructions.
conda create --name cadquery
conda activate cadquery
The latest version can be cloned directly from this GitHub repo.
git clone https://github.com/jmwright/cadquery-gui.git
cd cadquery-gui/
npm install
npm start