wayray/crates
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
..
wayray-protocol Add XOR diff + zstd frame encoding in wayray-protocol 2026-04-07 15:42:54 +02:00
wradm Set up Cargo workspace with four crates 2026-04-04 18:16:53 +02:00
wrclient Use EventLoopProxy for efficient frame wake instead of busy-poll 2026-04-07 19:49:33 +02:00
wrsrvd Fix keycode mapping, client disconnect, and server shutdown 2026-04-07 19:37:41 +02:00