jscad / csg.js

DEPRECATED: CSG Library for JSCAD (See the link below)
https://github.com/jscad/OpenJSCAD.org/tree/master/packages/modeling
MIT License
218 stars 56 forks source link

Formats.js #27

Closed danmarshall closed 7 years ago

danmarshall commented 7 years ago

Hello, are you planning on also bringing in the formats.js file into this repo? This file had the export formats like .toSTL() that I was using.

kaosat-dev commented 7 years ago

@danmarshall all the formats support was rather heavilly restructured in the openjscad dev branch (https://github.com/Spiritdude/OpenJSCAD.org/tree/dev/src/io) it will be soon also be split out into a separate repo under the jscad 'umbrella' , dedicated to input & output format handling.

danmarshall commented 7 years ago

Thanks, looking forward to it. Do you have a rough timeline? And how do you announce when it is ready?

kaosat-dev commented 7 years ago

@danmarshall I hope in the next three weeks or so maximum? As far as announcements go , we don't really have a channel for that yet, so it will just appear in the list of repositories under the jscad github repo and, under the npm namespace.

z3dev commented 7 years ago

We can post to the development forum for the OpenJSCAD user group. How's that?

kaosat-dev commented 7 years ago

@danmarshall this is now done ! you can find the new repo here https://github.com/jscad/io The changes on the OpenJSCAD end have also been merged into dev https://github.com/Spiritdude/OpenJSCAD.org/tree/dev