this post was submitted on 09 Jan 2024
245 points (100.0% liked)

196

18156 readers
78 users here now

Be sure to follow the rule before you head out.


Rule: You must post before you leave.



Other rules

Behavior rules:

Posting rules:

NSFW: NSFW content is permitted but it must be tagged and have content warnings. Anything that doesn't adhere to this will be removed. Content warnings should be added like: [penis], [explicit description of sex]. Non-sexualized breasts of any gender are not considered inappropriate and therefore do not need to be blurred/tagged.

If you have any questions, feel free to contact us on our matrix channel or email.

Other 196's:

founded 2 years ago
MODERATORS
all 44 comments
sorted by: hot top controversial new old
[–] eya@lemmy.dbzer0.com 47 points 2 years ago (1 children)

something something rewrite it in rust

[–] AVincentInSpace@pawb.social 11 points 2 years ago (2 children)

is Bevy good I haven't done anything with it yet

[–] ramirezmike@programming.dev 13 points 2 years ago

I like Bevy a lot. Should you use it in your next commercial game? That's debatable (although I'm trying to 👀). It's definitely a lot of fun to use with its ECS focus if you're wanting to just make games for fun or whatever.

[–] FrostyCaveman@lemm.ee 1 points 2 years ago

It’s pretty barebones

[–] itslilith@lemmy.blahaj.zone 41 points 2 years ago

My advice to 2021 lilith and 2024 lilith is to write code

Might be harder to get started, but waaay easier to maintain

[–] Semi-Hemi-Demigod@kbin.social 34 points 2 years ago (1 children)

This is why a text-based IDE will always be necessary

[–] Thcdenton@lemmy.world 4 points 2 years ago

You're right. Next time I fuck with ue blueprints I'll use vim 👍

[–] amotio@lemmy.world 28 points 2 years ago (2 children)

I kind of understand the appeal of blueprints, for small projects and quick proof of concept maybe. But never understood how can anyone do any serious or complex work with it. It just felt so limitting when I tried it in Unreal, never bothered with plugins for unity.

[–] megopie@lemmy.blahaj.zone 11 points 2 years ago

I mean, I think a lot of times it is drilled in to people as “best practice” for working in a larger organization.

To some extent this makes sense from a managerial perspective, like, you can move people between projects and expect them to pick up where the last person took off since it will be somewhat intelligible.

I’ve seen some nightmares though where projects were barely function because a bunch of unnecessary stuff was added to make it fit the shape.

[–] HatchetHaro@lemmy.blahaj.zone 9 points 2 years ago

Blueprints are faster to develop with in Unreal Engine, as it's quite literally built into Unreal Engine and doesn't require compiling from a separate program. It's even got live node previews to show you exactly what is being run at specific times, so it's easier to debug in too.

It really shines when you want to prototype a lot of things really fast, especially to get the game working first before the optimization step of moving functions and backend stuff over to C++.

[–] bbpolterGAYst@lemmy.blahaj.zone 22 points 2 years ago (2 children)

i hate programmers they make me scare in my brain. why can you not have normal jobs like wood cutter and fish catcher

[–] kogasa@programming.dev 5 points 2 years ago

I'd love to cut wood, catch fish, craft runes etc

[–] razzmatazz@lemmings.world 3 points 2 years ago (1 children)

im learning compsci at uni and i 100% agree with you

[–] HatchetHaro@lemmy.blahaj.zone 13 points 2 years ago (1 children)

This is why I love Blueprints; it forces you to keep your code neat and tidy and readable and documented lest it turns into an absolute mess. It's also so much fun to prototype in because it's like modular synths and you can just make an absolute mess if you want.

[–] Windex007@lemmy.world 34 points 2 years ago (3 children)

So, the argument is that the system is so unwieldy that it forces you to be good because if you aren't vigilant you'll fuck yourself? Where have I heard that before?

[–] HatchetHaro@lemmy.blahaj.zone 7 points 2 years ago* (last edited 2 years ago)

It's perfect.

Also, I have no argument; I just love it.

[–] FrostyCaveman@lemm.ee 5 points 2 years ago

Where have I heard that before?

I’ve heard it from dynamic typing proponents

Yeah I’m not sold lol

[–] Ozy@lemmy.world 3 points 2 years ago

You also heard it back in the 24kb of ram days.

[–] RichardoC@lemmy.world 13 points 2 years ago

What "language" is this?

[–] Sharpiemarker@startrek.website 12 points 2 years ago (2 children)
[–] megopie@lemmy.blahaj.zone 19 points 2 years ago

Creator of the “DO NOT WATCH THIS VIDEO” series angrily shakes fist at past self’s shoddy work.

[–] spujb@lemmy.cafe 16 points 2 years ago (1 children)

twitter user made some code in 2021 that she can no longer understand due to how complicated and poorly organized it is

[–] Zellith@kbin.social 8 points 2 years ago

Yeah Ive done that when updating some mods I made. Im all "Why the FUCK did I do it this way?".

[–] ImplyingImplications@lemmy.ca 12 points 2 years ago (1 children)

You get used to it. I don't even see the code. All I see is Graphics Settings 1, Graphics Settings 2, Equal True.

[–] PipedLinkBot@feddit.rocks 4 points 2 years ago

Here is an alternative Piped link(s):

I don't even see the code

Piped is a privacy-respecting open-source alternative frontend to YouTube.

I'm open-source; check me out at GitHub.

[–] BmeBenji@lemm.ee 12 points 2 years ago (1 children)

Dang is Lilith not on Mastodon yet? I used to follow her on Twitter and now I iust realized how much I miss her toots.

I never liked Bloodborne but the Bloodborne Kart meme was too good not to fall in love with.

[–] RageAgainstTheRich@lemmy.world 6 points 2 years ago (1 children)

Same here! She always has such fun posts but i can't see anything without a twitter account :(

She's over on Tumblr too: https://www.tumblr.com/b0tster

All the Bunlith, none of the algorithm.

[–] TheBlue22@lemmy.blahaj.zone 7 points 2 years ago

Nah thanks mate, ill stick to c# and c++ for now

[–] CEbbinghaus@lemmy.world 6 points 2 years ago (1 children)

Remember kids. This is why you never use blueprints

may as well call it a recipe now

[–] evlogii@lemm.ee 6 points 2 years ago (1 children)

This doesn't actually look that bad. Kinda structured and all. Have you seen the LLVM documentation? https://youtu.be/208K8EnSlB0

[–] PipedLinkBot@feddit.rocks 3 points 2 years ago

Here is an alternative Piped link(s):

https://piped.video/208K8EnSlB0

Piped is a privacy-respecting open-source alternative frontend to YouTube.

I'm open-source; check me out at GitHub.

[–] lung@lemmy.world 5 points 2 years ago

Maybe you can just get Midjourney to make you a picture like this and call it a day?