top | item 38830835

(no title)

mkopec | 2 years ago

I think ChromeOS Freon was close to what you're describing, but they ended up switching to Wayland at some point

discuss

order

DonHopkins|2 years ago

Yet another step backwards.

Current desktop user interfaces are terrible, and we need the flexibility of a web browser to innovate and implement better ones, since Wayland is simply not up to it, because it's not extensible at runtime in JavaScript or any other language. (No, recompiling or dynamically linking in DLLs doesn't count -- that's just ActiveX.)

The_Colonel|2 years ago

Web browsers are a terrible place to do innovations, a major problem being the absolute backwards compatibility they need to maintain. Web standards are massive complexity beasts which are constantly growing and basically none of that can be dropped. The dynamicity of JavaScript is actually a major problem for performance (difficult to optimize beyond a certain point), that's a major motivating factor for WASM, but that has its own problems (no direct access to DOM).

charcircuit|2 years ago

>because it's not extensible at runtime in JavaScript or any other language.

Nothing is stopping someone from making a wayland compositor that is.