jimy-byerley / pymadcad

Simple yet powerful CAD (Computer Aided Design) library, written with Python.
https://madcad.netlify.app/
GNU Lesser General Public License v3.0
205 stars 15 forks source link

target webb #72

Open GlennWSo opened 1 year ago

GlennWSo commented 1 year ago

currently madcad works in target environments: osx, windows, linux.

it would be nice if webb was a supported target. So u can use madcad in pyscript for example

jimy-byerley commented 1 year ago

Sure it would be nice ! But we will have hard-times to make compatible our dependencies (pyglm, arrex, cython, moderngl) work in wasm and adapt our graphical pipeline to webGL and web browser events ...

GlennWSo commented 1 year ago

Yeah it is an epic task that needs some breakdown.