diff --git a/docs/graphics-protocol.rst b/docs/graphics-protocol.rst index 0824ffcee..4ef60525d 100644 --- a/docs/graphics-protocol.rst +++ b/docs/graphics-protocol.rst @@ -38,6 +38,7 @@ Some programs that use the kitty graphics protocol: * `neofetch `_ - A command line system information tool * `viu `_ - a terminal image viewer + * `glkitty `_ - C library to draw OpenGL shaders in the terminal with a glgears demo .. contents:: diff --git a/docs/integrations.rst b/docs/integrations.rst index 8fa02c7c3..4aabfc7ec 100644 --- a/docs/integrations.rst +++ b/docs/integrations.rst @@ -123,3 +123,6 @@ Miscellaneous `weechat-hints `_ URL hints kitten for WeeChat that works without having to use WeeChat's raw-mode. + +`glkitty `_ + C library to draw OpenGL shaders in the terminal with a glgears demo