roipoussiere / cadquery-server

A web server used to render 3d models from CadQuery code loaded dynamically.
MIT License
50 stars 17 forks source link

snippet hosting website #41

Open roipoussiere opened 1 year ago

roipoussiere commented 1 year ago

It might be interesting to build a website that can host cadquery snippets among with their produced models.

  1. The index page should not display the index page but instead a drag&drop box where users can add files generated with -e -f json (#40).
  2. Once saved on disk with generated resource name, the page redirects to the url of the resource and the user can share it.

A route must created to access the resource from url (ie. /<resource_id>?).

Limitations: