-
-
Notifications
You must be signed in to change notification settings - Fork 12
Reactive draw mode #24
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
The GUI currently redraws every frame at the display's refresh rate (e.g. 180 fps on my 180 Hz monitor). Even if there are no changes between frames.
We can easily switch to a reactive mode by only redrawing when
eguirequests it:cartunes/src/framework.rs
Lines 150 to 155 in 2a3b989