From 22a93c9306324b03550ebaec0848133d0a8d4574 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 7 Jan 2017 10:48:59 +0530 Subject: [PATCH] Add note about cross platform support --- README.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.asciidoc b/README.asciidoc index 441bbbc9f..d7625617e 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -59,6 +59,10 @@ speed). Less than ten thousand lines of code. * Uses OpenGL+FreeType for rendering, does not depend on any GUI toolkits, offloads rendering work to the GPU for lower system load. +* Cross-platform support: kitty currently works only on linux, but because it +uses only OpenGL+FreeType for rendering, it should be trivial to port to +other platforms + image::screenshot.png?raw=true[Screenshot, showing three programs in the "Tall" layout] toc::[]