Zed on Linux is out!
Zed on Linux is out!
Zed is a modern open-source code editor, built from the ground up in Rust with a GPU-accelerated renderer.
You're viewing a single thread.
I still don't understand why I should need GPU acceleration for my fucking TEXT EDITOR
39 0 ReplyProbably because it's more efficient. GPUs are designed to render things, which editors do. In a text editor, you're effectively rendering fonts over a fixed background, which I assume is pretty efficient using the GPU.
We're not talking about crazy 3D effects here.
Yay to battery savings!
51 0 ReplyShouldn't the DE/Window Manager be handling that? Seems like doing it on a window by window basis would be inefficient (and look inconsistent).
5 0 ReplyThat’s a totally unrelated part of the stack. These days you just have a compositor that combines the output of applications.
The model of out of process rendering in Xorg was done pre-2000s but GPUs became the norm and don’t work well this way.
20 0 ReplyThe job of the window manager is to manage windows and very little else. Font rendering is done by the widget toolkit, usually via freetype/harfbuzz.
8 0 Reply
Sppeeed
17 0 ReplyThink about battery life too 🎉
7 0 Reply
I mean, it should be clear. Smooth and fast and snappy. If you don't want that, use neovim like me :)
16 0 ReplyBut... Neovim is smooth, fast and snappy 😭
4 0 ReplyHold down
j
and lmk how smooth it is 😅3 0 Reply😭😭😭
2 0 Reply
Terminals applications are, by definition, not smooth. You can't have smooth scrolling, or anything else really, with a text grid.
3 0 ReplyIdk I'm so used to working in terminal I don't really notice that. For my eyes, it's smooth enough
1 0 Reply
Smooth scrolling? Maybe I'm wrong
5 0 Reply