/atom-scad-preview

Previewing (j)scad inside Atom

Primary LanguageJavaScriptMIT LicenseMIT

atom-scad-preview

Solid 3D CAD models inside Atom (JSCAD).

Screenshot

Experimental package available here.

Install

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

WIP

  • Human-centric scad => jscad conversion
  • Retain parameter state on source save
  • Port includes support from .org
    • Allow to include any supported file
    • Watch includes for changes and reload
  • EPIC merge joostn and Spiritdude histories

CHANGELOG

v0.5.0

  • Right click and drag to pan (It is easier to handle right click than a shift key)

v0.4.0

Patch release tagged as minor

v0.3.0

  • Bring back export
  • Keep parameter state/zoom/camera position between source updates
  • Parameters support
  • Maximized preview area

v0.2.0

  • Allow selection of renderer backend
  • Automatically switch to the preview for active editor pane
  • Handle pane resize (works mostly, Atom doesn't have panel add event)
  • Display grid in XY plane
  • Add configuration options (colors, display axis, triangles, grid)
  • Make viewer HiDPI compatible (WebGL HiDPI)

v0.1.0

  • Make it work again with CSP

v0.0.3

  • Prepare package!

License

This is licensed under the MIT license.