Please get the latest version of JSCAD V2, as there have been some changes as well as bug fixes.
New Features:
web: initial implementation of the built-in editor
Bug Fixes:
modeling: corrected calculation of plane for complex slices
modeling: re-implemented poly2.isPointInside to correct issues in expand/offset
web: fix instant update
web: corrected shortcuts for reloading scripts
core: corrected logic of applyParameterDefinitions to retain parameter values when no definition is found
Successfully published:
- @jscad/cli@2.0.0-alpha.12
- @jscad/core@2.0.0-alpha.12
- @jscad/amf-deserializer@2.0.0-alpha.9
- @jscad/amf-serializer@2.0.0-alpha.10
- @jscad/dxf-deserializer@2.0.0-alpha.9
- @jscad/dxf-serializer@2.0.0-alpha.9
- @jscad/io-utils@2.0.0-alpha.9
- @jscad/io@2.0.0-alpha.11
- @jscad/json-deserializer@2.0.0-alpha.9
- @jscad/json-serializer@2.0.0-alpha.9
- @jscad/obj-deserializer@2.0.0-alpha.9
- @jscad/stl-deserializer@2.0.0-alpha.10
- @jscad/stl-serializer@2.0.0-alpha.9
- @jscad/svg-deserializer@2.0.0-alpha.9
- @jscad/svg-serializer@2.0.0-alpha.10
- @jscad/x3d-serializer@2.0.0-alpha.10
- @jscad/modeling@2.0.0-alpha.9
- @jscad/regl-renderer@2.0.0-alpha.11
- @jscad/vtree@2.0.0-alpha.10
- @jscad/web@2.0.0-alpha.14
BIG NOTE: The V2 website is also using this release.
There's on-line documentation as well for those needing additional information about the modeling API.
For those using a local copy of JSCAD V2, be sure to run the following commands.
git pull
npm run clean (and answer Y)
npm run bootstrap
Both CLI and WEB UI are usable for creating designs. In the WEB UI, it's best to drag-n-drop project folders to the window, and work with the pieces via a favorite editor. If "Enable auto reload" is checked then changes will be detected, and rendered again.
For those wanting to get hold of JSCAD V2, it's still in 'early adoption' mode. But you can get started here.
And a BIG THANKS for everyone that has provided feedback. Keep those comments coming!
Have a great and safe 2021!!!