emfcamp / badge-2024-software

46 stars 29 forks source link

Only draw the focused and always-on-top apps #147

Closed MatthewWilkes closed 4 months ago

MatthewWilkes commented 5 months ago

Do not draw the whole foreground stack, only the last one and overlays. People aren't writing apps that draw partial screens, and this prevents us having to re-render the menu constantly.

Refs: #100