this post was submitted on 08 Jan 2025
1036 points (98.1% liked)

Programmer Humor

19918 readers
1838 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
1036
Good guy clippy (lemmy.zip)
submitted 1 day ago* (last edited 1 day ago) by [email protected] to c/[email protected]
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 37 points 1 day ago (3 children)

Electron and unreal have been disasters for their industries

[–] [email protected] 16 points 1 day ago (1 children)

Bruh i rant against both weekley

[–] [email protected] 17 points 1 day ago (2 children)

Everything runs like shit now. My old xp retro gaming pc feels snappier than my new one.

[–] [email protected] 13 points 1 day ago

I think there's a very large correlation between people that decide to use electron and people that write unusable, broken, tortoise-speed software.

Because it really doesn't need to be slow for user-interacting software. In fact, I don't think any platform exists that is so bloated that it can make modern computers slow for user-interaction.

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

Some people are still waiting on a text editor that never lags.

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

Is Unreal worse than Unity? I’ve only ever heard people complain about the latter

[–] [email protected] 4 points 1 day ago

When a team uses Unreal properly it can be great. Guilty Gear Strive is built in Unreal, has a beautiful unique visual style, and runs great. But you need a team who really knows what they're doing, both on the code and art sides.

The problem is when an indie dev tries to use it and does everything "out of the box". If you're a solo or indie dev, just use Unity or Godot (I've been using the latter and loving it)

[–] [email protected] 23 points 1 day ago (2 children)

Unity is bad as a company but unreal runs poorly and yet is being used in a LOT of games for no reason. Similar to Electron.

[–] [email protected] 21 points 1 day ago* (last edited 18 hours ago)

I think a lot of the plugin tooling for Unreal promotes bad practices with asset management, GPU optimization, and memory management. I'm trying to say that it allows shitty/lazy developers and asset designers to rely on over-expensive hardware to lift their unoptimized dogshit code, blueprints, models, and textures to acceptable modern fps/playability standards. This has been prevalent for a few years but it's especially egregious now. Young designers with polygon and vertex counts that are out of control. Extraneous surfaces and naked edges. Uncompressed audio. Unbaked lighting systems. Memory leaks.

I've found that in my personal experience in experimenting with Unreal, the priority matches developing DNNs and parametric CAD modelling applications for my day job: effective resource, memory, and parallelism management from the outset of a project is (or should be) axiomatic. I think Unreal 5 runs exceptionally well when that's the case. A lot of the time, one can turn off all of the extra hardware acceleration and frame generation AI crap if your logic systems and assets are designed well.

I know this is a bit of an "old man yells at cloud" rant, but if one codes and makes models like ass, of course their game is gonna turn out like ass. And then they turn around and say "tHe EnGiNe SuCkS".

No. Fuck you. You suck.

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

Unreal pushes a lot of "hip tech" that supposedly improves performance, but often it turns out that many example cases are just really poorly optimised. With more traditional optimization techniques more can be achieved.

Unreal can perform really, really well, it's just that it won't by default. And many devs are too lazy to properly profile their games to figure out how to improve it.

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

I hate both. Godot for lief

[–] [email protected] 1 points 1 day ago (1 children)

How do you mean in terms of Unreal?

[–] [email protected] 3 points 1 day ago

The issue isn’t the engine itself, but the management practices that lead companies to desire unreal.