# kitty-graphics Rendering-agnostic Rust implementation of the [Kitty terminal graphics protocol](https://sw.kovidgoyal.net/kitty/graphics-protocol/). Parses APC-payload bytes from a VT stream and emits structured commands (transmit, place, delete, animate, query). Does not decode images, does not render pixels, does not own a grid — the host does all three. Extracted from [shop](https://makenot.work/git/max/shop), a Wayland terminal for [Alloy](https://makenot.work/git/max/alloy). ## Status Pre-1.0, API unstable. ## License MIT.