cnr-isti-vclab / meshlabjs

A javascript client based mesh processing tool. Built using vcg library, emscripten and webgl
http://www.meshlabjs.net
GNU Affero General Public License v3.0
231 stars 51 forks source link

Add possibility to upload to a 3D repository #89

Open cignoni opened 8 years ago

cignoni commented 8 years ago

It would be really nice to have a filter that can upload the result of your processing onto a 3D web service. Eventually well tagged. Two main candidates here:

In both cases they use a simple REST approach. For an example of using jquery/REST to upload a file in javascript see:

https://msdn.microsoft.com/en-us/library/office/dn769086.aspx#UploadFile

mariolukas commented 8 years ago

Exactly what i need for the FabScanPi file upload (REST) API to push back meshes to the fabscanpi software.