I often run browsers over ssh and I really hope this "draw programs like a game engine" stuff doesn't catch on.<p>This is already the approach taken by Chrome (trace Chrome and you'll just see a bunch of full window resolution PutImage calls), and it's very slow over the network, I get around 1 fps.<p>Firefox on the other hand uses more X11 calls, and it's much more responsive, close to running it locally.