Skip to content
This repository has been archived by the owner on Jun 26, 2021. It is now read-only.

Fix Jank #38

Open
christolliday opened this issue Nov 24, 2017 · 1 comment
Open

Fix Jank #38

christolliday opened this issue Nov 24, 2017 · 1 comment

Comments

@christolliday
Copy link
Owner

Known issues:
-On Windows, the whole window flickers while resizing.
-On X11 (and probably other platforms) when growing the window the new window area stays black for a while before being drawn.
-Rendering lags when the layout is updated, rendering and layout are not well synchronized.

The core event/rendering loop needs an overhaul to fix these properly.

I'm planning to take these on after trying to fix the other major issues on OSX, so that these issues can hopefully be fixed and tested across all the major platforms.

@Diggsey
Copy link

Diggsey commented Nov 26, 2017

This is likely blocked on these issues in winit:

rust-windowing/winit#276
rust-windowing/winit#266
rust-windowing/winit#231

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

No branches or pull requests

2 participants