https://github.com/DustinBrett/daedalOS
DaedalOS: Desktop Environment in the Browser
91–100 of 130 posts
Re: DaedalOS: Desktop Environment in the Browser
#92On my test computer which is an i7 m620 and no GPU it is very slow and takes the CPU to 100% on all cores while idle. opening a window will just get stuck at "working on it". While it looks nice this has probably been the slowest and least efficient web desktop I have opened on this computer and I have looked at a lot because I am building my own.
To be fair, that is a 12 year old processor, so many modern websites are probably hard
Re: DaedalOS: Desktop Environment in the Browser
#93I love 'web-desktops' so made a comprehensive Github repo listing 171 such webDesktops that people made using react, angular, electron, or simple HTML. Please have a look here, you will love it : https://github.com/zriyans/awesome-OS
Re: DaedalOS: Desktop Environment in the Browser
#94You lost me at the title already.
I suppose next they would want to integrate that web browser into of systemd and then I know I've fully arrived in hell.
Re: DaedalOS: Desktop Environment in the Browser
#95There's a few of these knocking around the web: https://winxp.vercel.app/ https://windows96.net/ https://www.windows93.net/
I keep track of all these web desktops around the web here [1] if you’re interested in a even bigger list :) [1] https://simone.computer/#/webdesktops
Web apps running in a frame could postMessage requests for selected services from the desktop environment. It could potentially allow for a app to easily support a large number of different environments.
Re: DaedalOS: Desktop Environment in the Browser
#96There's a few of these knocking around the web: https://winxp.vercel.app/ https://windows96.net/ https://www.windows93.net/
(volume warning)
Re: DaedalOS: Desktop Environment in the Browser
#97On my test computer which is an i7 m620 and no GPU it is very slow and takes the CPU to 100% on all cores while idle. opening a window will just get stuck at "working on it". While it looks nice this has probably been the slowest and least efficient web desktop I have opened on this computer and I have looked at a lot because I am building my own.
I'm thinking most of the issue might be the wallpaper. Its cool and all, but its a huge CPU drain.
Re: DaedalOS: Desktop Environment in the Browser
#98Is is this a competitor to AaronOS then?
One thing is certain when comparing the two - I have a LOT to learn from this project. The inspiration goes both ways.
Re: DaedalOS: Desktop Environment in the Browser
#99Re: DaedalOS: Desktop Environment in the Browser
#100I wonder if someone will eventually make a desktop OS that is entirely web-based. No GTK or WinUI - everything is a web app. Except that the DE would also be, technically speaking, a web app itself that shows other web apps. Kind of like this, except imagine if the example apps ("File Explorer") were real web apps loading into the web app desktop environment. I think Firefox OS was the farthest that this got, but I t…