-
I've been using JSCAD and JSCAD now (See: https://github.com/danmarshall/jscad-now) as a workflow, which allows me to write in VS Code in one window, and preview what I'm working on in a different browser window. I'm getting poor results with boolean operations in JSCAD, it's giving me non-manifold edges, which led me to this project. So .... Is there something similar I can do with ManifoldCAD? VSCode integrates nicely with co-pilot and git, which is very helpful for developing larger projects. I understand that I can do this locally with Jupyter, but I'm primarily a Typescript user -- and at any rate Jupyter doesn't allow me to access co-pilot either. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 32 replies
-
Funny you should mention this: I was just suggesting to @pca006132 that we should author a VSCode extension that uses largely the same code base as ManifoldCAD.org. This would have several benefits beyond just the workflows you mentioned: nice filesystem support for importing and exporting meshes and libraries (a la OpenSCAD modules), auto-formatting and other editor niceties, and discoverability (via their store). Time being limited, I would love a collaborator. I don't suppose you know anything about authoring a VSCode extension by chance? At least it's all TS. |
Beta Was this translation helpful? Give feedback.
I think for the vscode extension, it is fine to open another repo and use npm, so there is no need to build manifold by yourself.