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 some bits and it should be quite easy for building something like a live coding environment.
{: .alignnone .size-full .wp-image-372 width="1920" height="1080"}
See below for code -
[UPDATE]
Posted code to github, update to work with multiprocessing.
https://github.com/stuaxo/zeromq-gtk-playground
[/UPDATE]