Skip to content
This repository has been archived by the owner on Jul 2, 2020. It is now read-only.

Render new output when something changed only. #36

Open
pragmatrix opened this issue Sep 17, 2019 · 0 comments
Open

Render new output when something changed only. #36

pragmatrix opened this issue Sep 17, 2019 · 0 comments
Assignees
Labels
opt:performance Optimizations related to performance.

Comments

@pragmatrix
Copy link
Owner

Because the WindowApplication receives all events winit is sending through, a re-render happens as soon the mouse is moved over the application window.

This can be solved by a scene-graph diff, which is probably needed anyway as soon render caches are in use.

@pragmatrix pragmatrix self-assigned this Sep 17, 2019
@pragmatrix pragmatrix added the opt:performance Optimizations related to performance. label Sep 17, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
opt:performance Optimizations related to performance.
Projects
None yet
Development

No branches or pull requests

1 participant