this post was submitted on 13 Aug 2023
2640 points (97.8% liked)
Memes
45643 readers
1168 users here now
Rules:
- Be civil and nice.
- Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Anything that uses the electron framework uses chromium.
Although in the case of steam they are using the Chromium Embedded Framework(CEF) to embed the steam store into their interface, as well as to power the steam overlays browser.
The worst part is, the CEF really is the only way to implement browsers inside other interfaces. OBS uses it too for it's browser source. There really isn't any alternatives - if only FF could create it's own Firefox Embedded Framework to compete, but that's probably not in the cards due to costs. Mozilla is a not for profit relying on donations and grants.
And electron is a method for creating desktop app interfaces using website code, it's used for the interfaces of Discord, slack, teams, Streamlabs (yeah they ripped out the OBS Qt interface and replaced it with electron), and sooo many other modern applications that it's hard to make track of. And it uses essentially the same thing as CEF at its heart.
Basically any website can be wrapped in an electron wrapper to produce a standalone desktop app.
Yeah, but Google putting their fuckery in it is the issue.