ksp [il/lui]@jlai.lu to Linux@lemmy.mlEnglish · edit-21 year agoZed on Linux is out!zed.devexternal-linkmessage-square224linkfedilinkarrow-up1420arrow-down122file-text
arrow-up1398arrow-down1external-linkZed on Linux is out!zed.devksp [il/lui]@jlai.lu to Linux@lemmy.mlEnglish · edit-21 year agomessage-square224linkfedilinkfile-text
Zed is a modern open-source code editor, built from the ground up in Rust with a GPU-accelerated renderer.
minus-squareFlorianSimon@sh.itjust.workslinkfedilinkarrow-up53arrow-down2·edit-27 months agoRemoved by mod
minus-squarebooly@sh.itjust.workslinkfedilinkarrow-up5arrow-down2·1 year agoShouldn’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-up21·1 year agoThat’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-squareParetoOptimalDev@lemmy.todaylinkfedilinkarrow-up1·1 year ago 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. Thats where we get into explicit and implicit sync right?
minus-squareAProfessional@lemmy.worldlinkfedilinkEnglisharrow-up2·edit-21 year agoAlso very unrelated, that’s about graphics apis like opengl. https://www.khronos.org/opengl/wiki/Synchronization
minus-squareleopold@lemmy.kde.sociallinkfedilinkEnglisharrow-up9·1 year agoThe 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.
Thats where we get into explicit and implicit sync right?
Also very unrelated, that’s about graphics apis like opengl.
https://www.khronos.org/opengl/wiki/Synchronization
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.