ricardo lafuente
2009-06-24 04:42:34 UTC
i've stumbled into this (apparently) recent document over at
cairographics.org:
http://cairographics.org/threaded_animation_with_cairo
which deals precisely with using threads to handle heavy GTK drawing
loops. It's not Python oriented, but it looks like it's the way to go to
solve the GTK loop chugginess that Stuart detected.
the Threading python module looks like the way to go:
http://docs.python.org/library/threading.html
i'll try hacking on this later on, if anyone also wants to give it a
shot let me know so that we can synchronise efforts!
cairographics.org:
http://cairographics.org/threaded_animation_with_cairo
which deals precisely with using threads to handle heavy GTK drawing
loops. It's not Python oriented, but it looks like it's the way to go to
solve the GTK loop chugginess that Stuart detected.
the Threading python module looks like the way to go:
http://docs.python.org/library/threading.html
i'll try hacking on this later on, if anyone also wants to give it a
shot let me know so that we can synchronise efforts!