mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
Remove mention of FreeType for rendering
It is only needed on linux
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user