ksp [il/lui]@jlai.lu to Linux@lemmy.mlEnglish · edit-210 个月前Zed on Linux is out!zed.devexternal-linkmessage-square174linkfedilinkarrow-up1407file-textcross-posted to: linux@programming.devzed@programming.devrust@lemmy.mlprogramming@programming.devfoss@beehaw.org
arrow-up1407external-linkZed on Linux is out!zed.devksp [il/lui]@jlai.lu to Linux@lemmy.mlEnglish · edit-210 个月前message-square174linkfedilinkfile-textcross-posted to: linux@programming.devzed@programming.devrust@lemmy.mlprogramming@programming.devfoss@beehaw.org
Zed is a modern open-source code editor, built from the ground up in Rust with a GPU-accelerated renderer.
minus-squarebooly@sh.itjust.workslinkfedilinkarrow-up5·10 个月前Shouldn’t the DE/Window Manager be handling that? Seems like doing it on a window by window basis would be inefficient (and look inconsistent).
minus-squareAProfessional@lemmy.worldlinkfedilinkEnglisharrow-up20·10 个月前That’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.
minus-squareleopold@lemmy.kde.sociallinkfedilinkEnglisharrow-up8·10 个月前The 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.
Removed by mod
Shouldn’t the DE/Window Manager be handling that? Seems like doing it on a window by window basis would be inefficient (and look inconsistent).
That’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.
The 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.