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

[feat] Very lazy mode for eframe #4880

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

OliverCWY
Copy link

This pull request:

  • adds experimental very lazy mode (very_lazy feature) for eframe, under which moving cursor over non-hoverable elements no longer triggers a repaint. Works for both native and web.
  • removes hover senses from some official widgets

Outstanding problems:

  1. glow integration and epi integration use internal timing, which is not obtainable in egui-winit. These lines are disabled on the feature.
  2. elements who change the cursor type on mouse enter still needs to be hover-able.

@OliverCWY OliverCWY marked this pull request as ready for review July 26, 2024 20:19
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

Successfully merging this pull request may close these issues.

1 participant