CadQuery / cadquery

A python parametric CAD scripting framework based on OCCT
https://cadquery.readthedocs.io
Other
3.16k stars 289 forks source link

Make CadQuery work as a Pyodide package #936

Open impermaxvict opened 2 years ago

impermaxvict commented 2 years ago

Following some advice from the readme, I would like to share the following wish:

It would be awesome if CadQuery could be used with Pyodide, that is, ran inside of a web browser.

The end goal would be to make the JupyterLab extension work with JupyterLite. This might be great for sharing designs with the world or making tutorial sites without the need for a (high-performance) server (running user generated code) or having to install CadQuery locally. Looking around the code, I realize that this is a nontrivial undertaking, however, it should nonetheless be possible. Would anybody else also find this interesting (and maybe help make it real)?

adam-urbanczyk commented 2 years ago

It is very unlikely.