cadquery icon indicating copy to clipboard operation
cadquery copied to clipboard

Interactive show

Open adam-urbanczyk opened this issue 7 months ago • 3 comments

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 options

  1. Use Qt or Tk, requires integration of the gui event loop with the interpreter (Check how IPython odes that)
  2. Run all the VTK stuff in a separate thread and periodically invoke vtkRenderWindowInteractor.ProcessEvents()
  3. Trame (+pywebview - optional)

adam-urbanczyk avatar Mar 05 '25 20:03 adam-urbanczyk