-
Notifications
You must be signed in to change notification settings - Fork 1
Mecha
rehno-lindeque edited this page Oct 5, 2011
·
12 revisions
A viable first pass minium viable product would be a window where a user can enter an OpenSCAD script and have the model render in the browser. Pretty much duplicate the interface of OpenSCAD in the browser. CloudSCAD does this but with a ruby on rails back end. I'd rather just keep the backend NodeJS as it's a very thin wrapper around CloudSCAD anyway.
This could be accomplished using scenejs on the front end with a nodejs server wrapping OpenScad. Probably the entire model could be transfered on every update, although eventually it would be nice to just publish changes.