V2 Update : 2020 SEP 08
-
Please get the latest version of JSCAD V2, as there have been some major bug fixes.
WEB UI now works on Windows 10, across all browsers (except Explorer which is not ES6 compliant)
The examples have been converted to V2 JSCAD, and more. (Thanks to @SimonClark for making the changes, and adding many more new examples!)
Summary:
core: corrected webRequire to use posix paths
examples: examples overhaul for V2 JSCAD
modeling: Adding & improving tests, docs, removing some equals()
modeling: fix torus offset when outerRotation is suppliedFor those already using 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!