Hacker News new | ask | show | jobs
Show HN: OpenSCAD Studio – AI-assisted OpenSCAD editor (macOS alpha) (github.com)
2 points by zacharyfmarion 251 days ago
Built this as a "Cursor for OpenSCAD" after getting frustrated copying code into ChatGPT to debug complex operations.

Features:

  - AI copilot that reads code/diagnostics and makes validated edits
  - Monaco editor with tree-sitter auto-formatting
  - Live 3D mesh viewer + proper 2D mode with SVG viewer
Privacy / models

  - By default uses <model/provider> via your API key; no server of mine
  - You can disable AI entirely; all non-AI features run locally
Status / limits

  - Early alpha, macOS only today (Tauri app). Windows/Linux planned.
Looking for feedback on

  - Editing/formatting defaults for larger codebases
  - 2D SVG workflow (is it useful / what’s missing?)
  - Must-have features before Windows/Linux