npm package/API
Hey, I'd love to use this tool as part of a larger workflow. Is there some sort of an API hosted/npm package I can install to convert .obj files to schematics in code?
Hi, yes this is a big focus of mine recently and we're almost there to be able to export the core functionality into a separate public NPM package. Most of my time has been spent separating the codebase into distinct Core and Editor modules and its almost fully complete. When that's done I'll be submitting a ObjToSchematic-Core NPM package.
Hey, thanks appreciate it
Is there a branch where that’s being done so I can contribute?
I'm working in the reshuffle branch but its very chaotic at the moment as I'm pretty much refactoring the entire codebase.
Pretty much anything defined in the Core package source will be public API when I public OtS-Core. The last major piece here is refactoring BlockMesh and the exporters.
This majority of this work has been done in /reshuffle though this workflow is no longer supported in OtS 2.0. Anyone interested will need to dive into the OtS 1.0 code and investigate themselves.