Playing with python, zeromq and Gtk, I made this code to send graphics commands to several windows.
Commands are sent over a zeromq PUB socket, the windows recieve them using zeromq SUB.
Only a few commands are wrapped as it's a proof of concept.
I'll clean it up and abstract …