roipoussiere / cadquery-server

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

Improvement proposal for live-reload #78

Open mrh1997 opened 1 year ago

mrh1997 commented 1 year ago

cadquery-server is a great tool for people like me, that want to work with existing IDEs (like pycharm, vscode). With the help of cadquery-server creating a CAD model feels like creating a website.

I had one improvement for live-reload: How about saving the perspective so that after live-reload the perspective is the same. Then the only aspect that changes is the modification I did in the code.

This helps judging the extent of my last modification without the need of:

raphael-isvelin commented 1 year ago

Hey @mrh1997 👋 Was looking through the issues (not a maintainer), but fyi, I think that @gpregger's awesome contribution (not merged) will do what you need: https://github.com/roipoussiere/cadquery-server/pull/72