Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handling individual rects #24

Open
elijahr2411 opened this issue Dec 27, 2023 · 0 comments
Open

Handling individual rects #24

elijahr2411 opened this issue Dec 27, 2023 · 0 comments

Comments

@elijahr2411
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant