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

Separate Overlays into individual graphics contexts, for more efficient updates #475

Open
cmhulbert opened this issue Mar 13, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@cmhulbert
Copy link
Collaborator

Currently, when the screen is updated, all of the overlays are also updated, since they share a graphics context. However, this is not always necessary. It should be possible to separate the overlays, and only update the individual overlays when they change. Potentially, this could also implement overlays that are localized to a particular region of the screen, to enable partial screen overlay updates.

@cmhulbert cmhulbert added the enhancement New feature or request label Mar 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant