| 1 |
# kitty-graphics |
| 2 |
|
| 3 |
Rendering-agnostic Rust implementation of the [Kitty terminal graphics |
| 4 |
protocol](https://sw.kovidgoyal.net/kitty/graphics-protocol/). |
| 5 |
|
| 6 |
Parses APC-payload bytes from a VT stream and emits structured commands |
| 7 |
(transmit, place, delete, animate, query). Does not decode images, does not |
| 8 |
render pixels, does not own a grid — the host does all three. |
| 9 |
|
| 10 |
Extracted from [shop](https://makenot.work/git/max/shop), a Wayland terminal for |
| 11 |
[Alloy](https://makenot.work/git/max/alloy). |
| 12 |
|
| 13 |
## Status |
| 14 |
|
| 15 |
Pre-1.0, API unstable. |
| 16 |
|
| 17 |
## License |
| 18 |
|
| 19 |
MIT. |
| 20 |
|