cadquery-gui icon indicating copy to clipboard operation
cadquery-gui copied to clipboard

An Electron-based GUI for CadQuery

Results 11 cadquery-gui issues
Sort by recently updated
recently updated
newest added

CQGI enables editing of the variables of a script dynamically. A parameter editors dialog box allows users to change the variables through the GUI without editing the script. This is...

enhancement

CQGI has the ability to differentiate between normal objects and debug objects. Debug objects can be used when developing a script, and will display objects in a different way (red...

enhancement

Right now a parameters editor wouldn't work because cqg doesn't handle dynamic parameters. This needs to be implemented as part of the CQGI update.

enhancement

The cqg documentation needs to be added (docs directory in this repo). A rendered version of the documentation may be made available directly in cqg (embedded for offline viewing), and...

enhancement

Implement a proof-of-concept with glTF support in parallel with the current flat JSON method. glTF is a JSON-based format that will provide us with deeper information about parts/assemblies and their...

enhancement

This impacts other functionality, but needs to be done so that the CadQuery examples can be embedded with the application. What was done with the CadQuery module for FreeCAD was...

enhancement

The examples referenced here are the ones included with the CadQuery library. What I'm thinking for the structure of the dialog is as follows. The list of examples will have...

enhancement

Not sure if this will take the form of a video with accompanying text, or something like Intro.js. The user should not be dropped straight into the GUI without any...

enhancement

An opt-out dialog should show up when the app starts to mainly tell new users where to click to get help. Other things could also be added like changes in...

enhancement

Currently the front end and the back end of the app are pretty much the same thing. With the way Electron works it will be tricky to completely decouple them,...

enhancement