Solid 3D CAD models inside Atom (JSCAD).
Experimental package available here.
To install development version
Go to the atom packages location (~/.atom/packages/
), then
git clone https://github.com/apla/atom-scad-preview
cd atom-scad-preview
git checkout openjscad-org
- Human-centric scad => jscad conversion
- Port includes support from .org
- Allow to include any supported file
- Watch includes for changes and reload
- Jump to the error source in included file
- EPIC merge joostn and Spiritdude histories
v0.7.0
- Jump to the error source for blob errors
- Watch jscad file for changes and render
- Right click selection fix
- Retain parameter state on source save (also ported to OpenJSCad.org#223)
- Properly handle tab switch
v0.6.1
- Do not render file contents of unsaved file
- Display error after pane rendering
v0.6.0
- Show jscad compilation errors
- Jump to the error source in main file
- Hide previous error on save
This is licensed under the MIT license.