this post was submitted on 15 Aug 2023
128 points (100.0% liked)

196

16092 readers
1673 users here now

Be sure to follow the rule before you head out.

Rule: You must post before you leave.

^other^ ^rules^

founded 1 year ago
MODERATORS
 
top 23 comments
sorted by: hot top controversial new old
[–] [email protected] 31 points 1 year ago (3 children)

fun fact the Epic Games Launcher is a full Unreal Engine 4 app

[–] [email protected] 33 points 1 year ago

An Unreal Engine app that just renders a Chromium page as far as I understand. Essentially using their own version of Electron made using the guts of one of the most complex game engines. Truly an unholy abomination.

[–] [email protected] 21 points 1 year ago

is that why it uses like a quarter of my processor to open the library/store

[–] [email protected] 7 points 1 year ago (1 children)

so a game to open others games

[–] [email protected] 31 points 1 year ago

Fuck electron so much. Give me fucking native apps.

[–] [email protected] 30 points 1 year ago (2 children)

Doesn't every game engine... well... package a game engine in its games? Isn't that the whole damn point

[–] [email protected] 18 points 1 year ago

The meme is talking about when the game engine is used to nake things other than games

[–] [email protected] 5 points 1 year ago

It's about using Godot for deskop apps which is overkill but better than electron

[–] [email protected] 23 points 1 year ago

Aren't simple godot applications quite slim anyways? It doesn't feel much different than doing it "properly"

[–] [email protected] 22 points 1 year ago

godot is a tiny game engine lmao

[–] [email protected] 14 points 1 year ago (1 children)

What is this? Godot is cool, but what's am that atom thing?

[–] [email protected] 18 points 1 year ago

It's electron. Literally just a version of chrome to open one website (the app).

[–] [email protected] 7 points 1 year ago

Just use Godette

[–] [email protected] 2 points 1 year ago (1 children)
[–] [email protected] 20 points 1 year ago* (last edited 1 year ago) (2 children)

Electron is a software framework that essentially lets you build desktop applications using web stuff (i.e. HTML, Javascript). As such, each Electron app comes bundled with chromium, an embedded browser that is the basis of Google Chrome.

The problem is that, much like Chrome, Electron hogs a lot of RAM and other resources. And since each Electron app uses a separate instance of Chromium, the problem compounds (as opposed to having each app as a tab in your browser, where they can share resources from one single Chrome instance).

So the problem is, imagine having to run a separate instance of Chrome for each program you use. That's why people don't like Electron.

Godot is a game engine, but it's also fairly capable for making desktop applications. This meme is comparing Godot, which bundles a complete game engine in each app, with Electron, which bundles a complete browser.

[–] [email protected] 12 points 1 year ago (1 children)

Chrome is based on chromium, not the opposite.

[–] [email protected] 6 points 1 year ago

Right, thank you.

[–] [email protected] 3 points 1 year ago (1 children)

Do people build apps with Godot? Or do you mean games?

[–] [email protected] 14 points 1 year ago (2 children)

It's not as common, but people do make standard desktop apps in Godot. Pixelorama, material-maker, and the Godot editor itself run on Godot.

[–] [email protected] 11 points 1 year ago (1 children)

and the Godot editor itself run on Godot.

that's such a powermove lmao

[–] [email protected] 1 points 1 year ago

It honestly is tho, and it's a real good stress test of the UI tools, too

[–] [email protected] 2 points 1 year ago