wayray/crates
Till Wegmueller 6b15ee819e Fix black screen: convert ARGB8888 to BGRA8 in client display
Server (PixmanRenderer) outputs ARGB8888, client GPU texture expects
BGRA8. Added byte-order conversion in update_frame(). Also changed
texture format from Bgra8UnormSrgb to Bgra8Unorm for correct colors.
2026-04-07 18:06:41 +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 black screen: convert ARGB8888 to BGRA8 in client display 2026-04-07 18:06:41 +02:00
wrsrvd Wire end-to-end frame encoding and network into headless backend 2026-04-07 17:08:55 +02:00