BB_C@programming.dev to Rust@programming.dev · 3 months agoCOSMIC ALPHA 1 Released (Desktop Environment Written In Rust From System76)system76.comexternal-linkmessage-square11fedilinkarrow-up174arrow-down10file-textcross-posted to: linux@lemmy.mlpop_os@lemmy.worldlinux@lemmy.ml
arrow-up174arrow-down1external-linkCOSMIC ALPHA 1 Released (Desktop Environment Written In Rust From System76)system76.comBB_C@programming.dev to Rust@programming.dev · 3 months agomessage-square11fedilinkfile-textcross-posted to: linux@lemmy.mlpop_os@lemmy.worldlinux@lemmy.ml
minus-squareFizzyOrange@programming.devlinkfedilinkarrow-up13·edit-23 months agoLooks nice. Well as far as I can tell anyway. Maybe next time you’re showing off a GUI don’t make the screenshots 320x240? Anyone know what toolkit they are using? As far as I know none of the Rust GUI toolkits are close to mature. Edit: it’s iced.
minus-squareautokludge@programming.devlinkfedilinkEnglisharrow-up8·3 months agoScreenshots are scaled based on your device, try ‘Desktop Site’ if you are using a phone.
minus-squareFizzyOrange@programming.devlinkfedilinkarrow-up6·3 months agoAh yeah that works. Very silly. Phones can zoom!
minus-squareautokludge@programming.devlinkfedilinkEnglisharrow-up4·3 months agoYeah it’s a loading time optimisation thing. Still, usually you would have a click to full-size function if showing details is important
minus-squareKindaABigDyl@programming.devlinkfedilinkarrow-up2·3 months agoIt’s a bit more than iced as they’ve created a library on top of it, esp for the theming they desire
Looks nice. Well as far as I can tell anyway. Maybe next time you’re showing off a GUI don’t make the screenshots 320x240?
Anyone know what toolkit they are using? As far as I know none of the Rust GUI toolkits are close to mature.
Edit: it’s iced.
Screenshots are scaled based on your device, try ‘Desktop Site’ if you are using a phone.
Ah yeah that works. Very silly. Phones can zoom!
Yeah it’s a loading time optimisation thing. Still, usually you would have a click to full-size function if showing details is important
It’s a bit more than iced as they’ve created a library on top of it, esp for the theming they desire