Dear Chris,
> - can the native macos backend be used for animation?
Yes.
> What's the
> equivalent of gobject.idle_add or gobject.timeout_add?
If you use the recent backend-independent animation code, you won't need those.
See examples/animation/simple_anim.py on github for an example (this co
Hi,
I want to visualise a live data-stream by a number of plots (3d,
line drawings, scatter plots etc). I've been using the simpler
animation techniques (using gobject.idle_add and wx.EVT_IDLE to
redraw updates).
Some plots have static backgrounds that may benefit from the blit
techniques and I h