wayray/crates/wrclient/src
Till Wegmueller a7ad184774 Use EventLoopProxy for efficient frame wake instead of busy-poll
Replace ControlFlow::Poll (CPU-hungry busy loop) with an
EventLoopProxy that the network thread uses to wake the winit
event loop only when a new frame arrives. Zero CPU when idle,
instant wake on new frames.
2026-04-07 19:49:33 +02:00
..
display.rs Fix pixel format: pass ARGB8888 directly as BGRA8 2026-04-07 18:11:47 +02:00
input.rs Add input forwarding from wrclient to wrsrvd 2026-04-07 17:08:47 +02:00
main.rs Use EventLoopProxy for efficient frame wake instead of busy-poll 2026-04-07 19:49:33 +02:00
network.rs Support DNS hostnames in wrclient server address 2026-04-07 17:59:22 +02:00