Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Armael/ocaml-kittyimg

Implementation of kitty's terminal graphics protocol
https://github.com/Armael/ocaml-kittyimg

Last synced: 3 months ago
JSON representation

Implementation of kitty's terminal graphics protocol

Awesome Lists containing this project

README

        

# Kitty's terminal graphics protocol -- client-side OCaml implementation

![demo screenshot](demo.png)

See [https://sw.kovidgoyal.net/kitty/graphics-protocol/](https://sw.kovidgoyal.net/kitty/graphics-protocol/).

This is WIP but should be enough for basic tasks. Support for "advanced" uses of
the protocols (using images/pattern ids) probably needs more work. Contributions
welcome!