Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/Armael/ocaml-kittyimg
- Owner: Armael
- License: mit
- Created: 2023-01-23T15:50:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-27T13:55:48.000Z (7 months ago)
- Last Synced: 2024-05-31T10:40:50.749Z (6 months ago)
- Language: OCaml
- Size: 41 KB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: LICENSE
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!