uhm, did you know that waypipe with ssh is fast enough to use blender remotely over wi-fi? what? this works much better/faster than x11 forwarding ever did
this works much better/faster than x11 forwarding ever didi think this is cause waypipe uses h264 whereas x11 forwarding forwards the draw instructions which in the modern day is just "draw this 4k 32-bit colour pixmap" which isn't very efficient over the network
@tauon@mntmn the problem is that most programs issue too many synchronous calls, that is, they wait until the x server responds before they will send the next request so latency is killing them. I believe it doesn't need to be like this, but if programs haven't been fixed by now they are unlikely to ever be.