From ed41e3cd25595acebda21d3ea385b6afb168f8c3 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 6 Dec 2020 08:23:25 +0530 Subject: [PATCH] Add mentions of glkitty to the docs Fixes #3111 --- docs/graphics-protocol.rst | 1 + docs/integrations.rst | 3 +++ 2 files changed, 4 insertions(+) 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