vispy / jupyter_rfb

Remote Frame Buffer for Jupyter
https://jupyter-rfb.readthedocs.io
MIT License
55 stars 10 forks source link

Pause frame-sending when canvas is not visible #12

Closed almarklein closed 2 years ago

almarklein commented 2 years ago

If a canvas is scrolled out of view, there is no need to send frames to it. Implementing this could safe valuable bandwidth for animated figures.

almarklein commented 2 years ago

Note that there can be multiple canvases ...