this post was submitted on 18 Jun 2025
30 points (96.9% liked)

Linux

8249 readers
322 users here now

A community for everything relating to the GNU/Linux operating system

Also check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
top 1 comments
sorted by: hot top controversial new old
[–] who@feddit.org 12 points 2 weeks ago* (last edited 2 weeks ago)

To me, the most interesting thing about Zed is the GUI framework they're building along with it, called GPUI. Its approach to text rendering seems like it would do a much better job than any other newish GUI framework that I've seen at preserving the look of a windowing system's native glyphs.

AFAIK, they don't plan to generalize it for use by other projects, at least for now. But if their approach to this stuff ends up working as well as it seems on paper, I could see it leading to a new cross-platform GUI toolkit capable of rivaling Qt in certain areas where there are vanishingly few good options.

https://zed.dev/blog/videogame#text-rendering

https://github.com/zed-industries/zed/tree/main/crates/gpui

https://www.gpui.rs/