trimental

Results 4 issues of trimental

This is basically two fixes, the first one is because using winits hidpi is the proper method for wayland and using `get_current_monitor()` on a wayland window that hasnt yet been...

Rendering when the window is not visible due to it being closed, minimised, occluded by other windows, etc; is extremely cpu/gpu intensive with no benefit to the user. By implementing...

There are a few specifics to do with wayland design that sets this implementation apart from others such as x11 1. A wayland window must be created by the client...

All &str are 'static by default so its not needed; a while loop that just breaks is the same as an if statement and Handler can derive copy because it...