From a548c31d505986139f1abd69d14e1e8cd47a567a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 16 Mar 2021 17:11:01 +0530 Subject: [PATCH] Add links to rasterm and notcurses in the graphics protocol docs --- docs/graphics-protocol.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/graphics-protocol.rst b/docs/graphics-protocol.rst index dd55236ab..f8bb826e8 100644 --- a/docs/graphics-protocol.rst +++ b/docs/graphics-protocol.rst @@ -28,7 +28,7 @@ alpha-blending and text over graphics. :alt: Demo of graphics rendering in kitty :align: center -Some programs that use the kitty graphics protocol: +Some programs and libraries that use the kitty graphics protocol: * `termpdf.py `_ - a terminal PDF/DJVU/CBR viewer * `ranger `_ - a terminal file manager, with @@ -41,6 +41,9 @@ Some programs that use the kitty graphics protocol: * `glkitty `_ - C library to draw OpenGL shaders in the terminal with a glgears demo * `ctx.graphics `_ - Library for drawing graphics * `timg ` - a terminal image and video viewer + * `notcurses `_ - C library for terminal graphics with bindings for C++, Rust and Python + * `rasterm `_ - Go library to display images in the the terminal + .. contents::