wayray/crates
Till Wegmueller fa6bb53142 Fix pixel format: pass ARGB8888 directly as BGRA8
On little-endian x86, ARGB8888 bytes in memory are [B,G,R,A] which
matches wgpu's Bgra8Unorm layout. No byte swapping needed.
2026-04-07 18:11:47 +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 Fix pixel format: pass ARGB8888 directly as BGRA8 2026-04-07 18:11:47 +02:00
wrsrvd Wire end-to-end frame encoding and network into headless backend 2026-04-07 17:08:55 +02:00