Z3 Development

Results 48 issues of Z3 Development

Node.js has moved beyond V14 (no support) and V16 (end of life). It's time to determine the supported versions of Node once again. https://nodejs.org/en/about/previous-releases#release-schedule Possibly... V16, V20 and V22?

The current examples are using the UMD packages, which is fine but way out of date. It's time to revamp the examples to use ES imports, and the latest three.js,...

@kenianbei it seems that the current package cannot be used with pure ES6 imports and React rendering. There seems to be a lot of conflict between import and require. Can...

After contemplating the internals of the boolean Trees, I decided to try removing 'remove' in PolygonTreeNode. That worked well after determining how the poly tree nodes were being formed, split...

### All Submissions: * [x] Have you followed the guidelines in our Contributing document? * [x] Have you checked to ensure there aren't other open [Pull Requests](../../pulls) for the same...

If extrudeHelical() is called without options then the function will throw an error. ``` TypeError: Cannot read properties of undefined (reading 'pitch') at Object.extrudeHelical (/Users/z3dev/dev/jscad/jscad-object-api/node_modules/@jscad/modeling/src/operations/extrusionsextrudeHelical.js:37:16) ``` It looks like the...

BUG
V2

These are initial version of the examples using standard import. The latest versions of Three.js, Verb, and WebWorker are being sourced from jsdelivr.net. These examples are as simple as possible...