Add mentions of glkitty to the docs

Fixes #3111
This commit is contained in:
Kovid Goyal 2020-12-06 08:23:25 +05:30
parent 4cc58e8535
commit ed41e3cd25
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,7 @@ Some programs that use the kitty graphics protocol:
* `neofetch <https://github.com/dylanaraps/neofetch>`_ - A command line system
information tool
* `viu <https://github.com/atanunq/viu>`_ - a terminal image viewer
* `glkitty <https://github.com/michaeljclark/glkitty>`_ - C library to draw OpenGL shaders in the terminal with a glgears demo
.. contents::

View File

@ -123,3 +123,6 @@ Miscellaneous
`weechat-hints <https://github.com/GermainZ/kitty-weechat-hints>`_
URL hints kitten for WeeChat that works without having to use WeeChat's
raw-mode.
`glkitty <https://github.com/michaeljclark/glkitty>`_
C library to draw OpenGL shaders in the terminal with a glgears demo