You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on an application that involves sending screen data from a VNC connection over the network. As such, I'm looking for a way to handle individual screen rects sent from the VNC server. If I implement a FramebufferReference, I'm unable to see which parts of the screen were actually updated and so am forced to send the entire framebuffer for each update, or use some sort of diff algorithm against the old framebuffer, both of which are very inefficient.
The text was updated successfully, but these errors were encountered:
I'm working on an application that involves sending screen data from a VNC connection over the network. As such, I'm looking for a way to handle individual screen rects sent from the VNC server. If I implement a FramebufferReference, I'm unable to see which parts of the screen were actually updated and so am forced to send the entire framebuffer for each update, or use some sort of diff algorithm against the old framebuffer, both of which are very inefficient.
The text was updated successfully, but these errors were encountered: