-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
I borrowed much of the awesome work here in the ViewInteractiveWidget class to create ipyvtk_simple as a more minimal, general, and extensible version of the widget for use with any vtkRenderWindow backend (VTK or ParaView). It would be awesome refactor this project to utilize ipyvtk_simple for the widget and maintain it there so that the broader Jupyter VTK ecosystem can leverage the excellent work done in this project!
I can handle a PR for this, but I won't have time likely until mid-August at the earliest. I figured I'd raise the issue just so everyone is aware and if there needs to be any discussion on this work, that can happen here. cc @jcfr
Some notable changes:
- accepts any
vtkRenderWindowduring init - no more PyQt dependency
- slimmed down to the bare minimum
- no more render timers and checking render times in favor of throttling from both
ipyeventsandipywdigets(see Improve interactive performance Kitware/ipyvtklink#3 and linked PRs) - working to improve the canvas layout (see Fix canvas widget sizing issue Kitware/ipyvtklink#2)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels