V2 Update : 2020 SEP 02
-
Please get the latest version of JSCAD V2, as there have been some bug fixes.
web: fixes for slider, group, and choice parameter types
regl-renderer: various fixes to rendererIn addition, all the dependencies (libraries used by JSCAD) have been bumped to the latest versions. For those already using JSCAD V2, be sure to run the following commands.
git pull npm run clean (and answer Y) npm run bootstrap
The WEB UI is now quite usable for creating designs. 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!
-
I applied the update, and it's ok. Thank you for the commands to run, I only knew about git pull, not the two other commands.