Add links to rasterm and notcurses in the graphics protocol docs

This commit is contained in:
Kovid Goyal 2021-03-16 17:11:01 +05:30
parent 543b7dcf94
commit a548c31d50
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -28,7 +28,7 @@ alpha-blending and text over graphics.
:alt: Demo of graphics rendering in kitty :alt: Demo of graphics rendering in kitty
:align: center :align: center
Some programs that use the kitty graphics protocol: Some programs and libraries that use the kitty graphics protocol:
* `termpdf.py <https://github.com/dsanson/termpdf.py>`_ - a terminal PDF/DJVU/CBR viewer * `termpdf.py <https://github.com/dsanson/termpdf.py>`_ - a terminal PDF/DJVU/CBR viewer
* `ranger <https://github.com/ranger/ranger>`_ - a terminal file manager, with * `ranger <https://github.com/ranger/ranger>`_ - a terminal file manager, with
@ -41,6 +41,9 @@ Some programs that use the kitty graphics protocol:
* `glkitty <https://github.com/michaeljclark/glkitty>`_ - C library to draw OpenGL shaders in the terminal with a glgears demo * `glkitty <https://github.com/michaeljclark/glkitty>`_ - C library to draw OpenGL shaders in the terminal with a glgears demo
* `ctx.graphics <https://ctx.graphics/>`_ - Library for drawing graphics * `ctx.graphics <https://ctx.graphics/>`_ - Library for drawing graphics
* `timg <https://github.com/hzeller/timg>` - a terminal image and video viewer * `timg <https://github.com/hzeller/timg>` - a terminal image and video viewer
* `notcurses <https://github.com/dankamongmen/notcurses>`_ - C library for terminal graphics with bindings for C++, Rust and Python
* `rasterm <https://github.com/BourgeoisBear/rasterm>`_ - Go library to display images in the the terminal
.. contents:: .. contents::