Implementation of kitty's terminal graphics protocol
  • OCaml 92%
  • Dune 8%
Find a file
2023-01-24 15:27:59 +01:00
examples small example program 2023-01-23 16:49:08 +01:00
lib polish opam metadata 2023-01-23 16:35:55 +01:00
.gitignore .gitignore 2023-01-23 12:57:32 +01:00
CHANGES CHANGES, LICENSE 2023-01-23 16:49:53 +01:00
demo.png small example program 2023-01-23 16:49:08 +01:00
dune-project fix generated .opam file 2023-01-24 10:23:14 +01:00
kittyimg.opam .opam: require 64 bits architectures 2023-01-24 15:27:59 +01:00
LICENSE CHANGES, LICENSE 2023-01-23 16:49:53 +01:00
README.md fix 2023-01-23 16:51:34 +01:00

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

demo screenshot

See 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!