-
Notifications
You must be signed in to change notification settings - Fork 310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interactive show #1784
Comments
Regarding 3, it is easy to get something quickly: Few observations:
|
I had some interest in a VTK.js based viewer (maybe as a separate project not built-in to CadQuery). I suppose the viewer could be implemented in other frameworks so Trame is one option.
|
FYI: with the current implementation VTK.js based rendering seems to be rather quirky, less so with remote rendering. With VTK 9.4 where is also a WASM option if I understand correctly, but for now we are on 9.3. More visualsWith RemoteWith local (vtk.js) |
Currently
show
is blocking, it would be great to be able to use it multiple times without blocking of the script execution. I see 3 optionsQt
orTk
, requires integration of the gui event loop with the interpreter (Check how IPython odes that)vtkRenderWindowInteractor.ProcessEvents()
The text was updated successfully, but these errors were encountered: