this post was submitted on 08 Jan 2025
1076 points (98.0% liked)

Programmer Humor

20215 readers
1723 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
1076
Good guy clippy (lemmy.zip)
submitted 3 weeks ago* (last edited 3 weeks ago) by [email protected] to c/programmer_humor
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 37 points 3 weeks ago (12 children)

Electron and unreal have been disasters for their industries

[–] [email protected] 7 points 3 weeks ago (5 children)

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

[–] [email protected] 23 points 3 weeks 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.

[–] RustyShackleford 20 points 3 weeks ago* (last edited 3 weeks 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.

load more comments (1 replies)
load more comments (3 replies)
load more comments (9 replies)