Remove mention of FreeType for rendering

It is only needed on linux
This commit is contained in:
Kovid Goyal 2017-01-18 21:34:55 +05:30
parent 282754fec4
commit 07291547cd

View File

@ -60,11 +60,10 @@ working directories and programs to run on startup.
* Easily hackable (UI layer written in python, inner loops in C for
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.
* Uses OpenGL for rendering, offloads rendering work to the GPU for lower system load.
* Cross-platform support: kitty currently works on Linux and macOS, but because it
uses only OpenGL+FreeType for rendering, it should be trivial to port to
uses only OpenGL for rendering, it should be trivial to port to
other platforms. See link:../../issues/5[5] for the status of the macOS port.
image::screenshot.png?raw=true[Screenshot, showing three programs in the "Tall" layout]