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

Development console flicker #232

Open
KernelDeimos opened this issue Apr 5, 2024 · 0 comments
Open

Development console flicker #232

KernelDeimos opened this issue Apr 5, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@KernelDeimos
Copy link
Contributor

The issue

The prompt/widget area of the development console flickers when it re-draws. While on the surface this appears to be purely aesthetic, this flicker makes the console look a bit less stable, which might cause users to worry about missing log messages, which is not fun.

Possible solutions

The following solutions are not mutually exclusive, and are in the order that it makes sense to apply them in:

  • don't update if nothing changed (relatively easy, highest gain)
  • compute more before drawing

Caught in Action

Most of the time

image

Briefly, during a re-draw

image

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

No branches or pull requests

1 participant