←back to thread

677 points meetpateltech | 1 comments | | HN request time: 0.204s | source
Show context
extr ◴[] No.45117263[source]
Zed is so great, I do wish they would focus just a little bit more on bringing the UI just a bit more up to parity with VS Code, I would switch full time.
replies(3): >>45117325 #>>45117438 #>>45118430 #
sirodoht ◴[] No.45117325[source]
What do you feel is missing from the UI?
replies(8): >>45117370 #>>45117454 #>>45117649 #>>45117711 #>>45117750 #>>45118013 #>>45118359 #>>45118829 #
sapiogram ◴[] No.45117454[source]
Their font rendering looks awful on non-high dpi displays, and the devs don't seem to care at all. https://github.com/zed-industries/zed/issues/7992
replies(6): >>45117670 #>>45117671 #>>45118505 #>>45118602 #>>45118711 #>>45119498 #
delta_p_delta_x ◴[] No.45117671[source]
My guess: their shaders or text rendering don't account for sub-pixel anti-aliasing, which is critical to getting decent text rendering on low pixel density displays.

If they'd used Skia (which is what Electron and Chromium use), they would've got this for free. Instead they tried to reinvent the world and didn't realise how big the world was.

replies(2): >>45118939 #>>45119837 #
1. jamesgeck0 ◴[] No.45119837[source]
As far as I can figure out, the root issue is even simpler than that. Their hinter is broken. The edges of characters aren't aligned with the pixel grid, so there's lots of fuzzy/blurry looking text.