V2 Update : 2020 SEP 28
-
Please get the latest version of JSCAD V2, as there have been some bug fixes, and new functional enhancements.
There are new aggregate functions which calculate values for a set of objects. Thanks to @SimonClark for the contribution!
New Features:
modeling: added aggregate functions for area, volume, epsilon measurementsBug Fixes:
web: fix loading of designs from remote URLs
web: web layout tweaks
modeling: - expanded checking of parameters on all primitives**BIG NOTE: The V2 website is also using this release. **
For 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!
-
That's great to be able to use the WEB UI, especially with loading of remote URL ! (Seems that the link to www.jscad.xyz points to this discussion)