this post was submitted on 22 May 2026
366 points (99.7% liked)

196

6280 readers
1727 users here now

Community Rules

You must post before you leave

Be nice. Assume others have good intent (within reason).

Block or ignore posts, comments, and users that irritate you in some way rather than engaging. Report if they are actually breaking community rules.

Use content warnings and/or mark as NSFW when appropriate. Most posts with content warnings likely need to be marked NSFW.

Most 196 posts are memes, shitposts, cute images, or even just recent things that happened, etc. There is no real theme, but try to avoid posts that are very inflammatory, offensive, very low quality, or very "off topic".

Bigotry is not allowed, this includes (but is not limited to): Homophobia, Transphobia, Racism, Sexism, Abelism, Classism, or discrimination based on things like Ethnicity, Nationality, Language, or Religion.

Avoid shilling for corporations, posting advertisements, or promoting exploitation of workers.

Proselytization, support, or defense of authoritarianism is not welcome. This includes but is not limited to: imperialism, nationalism, genocide denial, ethnic or racial supremacy, fascism, Nazism, Marxism-Leninism, Maoism, etc.

Avoid AI generated content.

Avoid misinformation.

Avoid incomprehensible posts.

No threats or personal attacks.

No spam.

Moderator Guidelines

Moderator Guidelines

  • Don’t be mean to users. Be gentle or neutral.
  • Most moderator actions which have a modlog message should include your username.
  • When in doubt about whether or not a user is problematic, send them a DM.
  • Don’t waste time debating/arguing with problematic users.
  • Assume the best, but don’t tolerate sealioning/just asking questions/concern trolling.
  • Ask another mod to take over cases you struggle with, if you get tired, or when things get personal.
  • Ask the other mods for advice when things get complicated.
  • Share everything you do in the mod matrix, both so several mods aren't unknowingly handling the same issues, but also so you can receive feedback on what you intend to do.
  • Don't rush mod actions. If a case doesn't need to be handled right away, consider taking a short break before getting to it. This is to say, cool down and make room for feedback.
  • Don’t perform too much moderation in the comments, except if you want a verdict to be public or to ask people to dial a convo down/stop. Single comment warnings are okay.
  • Send users concise DMs about verdicts about them, such as bans etc, except in cases where it is clear we don’t want them at all, such as obvious transphobes. No need to notify someone they haven’t been banned of course.
  • Explain to a user why their behavior is problematic and how it is distressing others rather than engage with whatever they are saying. Ask them to avoid this in the future and send them packing if they do not comply.
  • First warn users, then temp ban them, then finally perma ban them when they break the rules or act inappropriately. Skip steps if necessary.
  • Use neutral statements like “this statement can be considered transphobic” rather than “you are being transphobic”.
  • No large decisions or actions without community input (polls or meta posts f.ex.).
  • Large internal decisions (such as ousting a mod) might require a vote, needing more than 50% of the votes to pass. Also consider asking the community for feedback.
  • Remember you are a voluntary moderator. You don’t get paid. Take a break when you need one. Perhaps ask another moderator to step in if necessary.

founded 1 year ago
MODERATORS
 
top 30 comments
sorted by: hot top controversial new old
[–] RustyNova@lemmy.world 4 points 22 hours ago

But by reinventing the wheel, you can learn how it works first hand. Sure it may not be as good as the provided wheel in some places (or better in some) but at least you learned and appreciate the work put into it.

... Or you didn't know the wheel existed, and "big round thing" didn't yield any result on the internet

[–] carotte@lemmy.blahaj.zone 75 points 1 day ago (1 children)

but… if i made my own wheel, it could run faster… i definitely know more about game engine development than game engine developers…

hmmm i reckon it wouldn’t be bad if i reinvented it… i’m special, i can do it :3

[–] disorderly@lemmy.world 20 points 1 day ago

Look at the thing. There's clearly room for experimentation and improvement at least. And since you've used various wheels and understand the pros and cons, you could probably invent a really interesting wheel if you started from first principles.

[–] iocase@lemmy.zip 17 points 1 day ago (1 children)

But how will I spend 3 years making my 2D platformer thats as generic as possible except for one slight difference I implemented poorly?

You're taking away all of the fun of posting my 2D platformer post mortem #204582910058 where I refuse to see reality and never understand why my game sucks or why it flopped!

[–] Electric_Druid@lemmy.world 3 points 1 day ago

I take issue with this. My slight difference was implemented well and my game has not flopped yet

[–] Furbag@pawb.social 7 points 1 day ago (1 children)

But what if I covered the wheel in spikes and then tie a reanimated skeleton to the spokes?

[–] Agent641@lemmy.world 4 points 1 day ago

Take all my fuckin money!

(I'm broke)

[–] sp3ctr4l@lemmy.dbzer0.com 17 points 1 day ago

I'm gonna do the thing, I just want everyone to know that I am aware I am doing the thing.

Fucking general recommened default set up for a character controller in Godot.

If you want to actually have responsive character physics and collisions, in 3d, the way most people tell you to do it is wrong.

You want to base if off of a RigidBody3D, not a CharacterBody3D.

CharacterBody3D works if you are doing a simpler, more arcady, platformer type game.

It does not work well if you want more complex/interactive/ragdoll-like physics between the character and their environment, such as dynamj inverse/reactive animations, where say a box is thrown at a character, or a character runs into a wall, or a character's own momentum would dynamically affect their animation and movement.

Now sure, most people probably aren't trying to create something approximating MGSV or SplinterCell or Euphoria style character controller systems.

But some people are.

... at least I'm not inventing my own entire game engine.

[–] queerlilhayseed@piefed.blahaj.zone 30 points 1 day ago (1 children)

When learning a new domain, there will always be things you spend a lot of time and effort figuring out only to find out someone else has already spent a lot of time and effort figuring out. This is fine and unavoidable; if you wait to start building until you're sure you know everything you will never build anything. IME this tension never goes away entirely.

So if you find you've reinvented the wheel, don't beat yourself up about it. Now hopefully you know a little bit more than you did about what a wheel actually is, how it functions in a video game, and when to use off-the-shelf wheels vs building bespoke wheels (do not pardon the pun it was intentional and I can take the heat). This is how you go from being a novice game developer to a better game developer.

Occasionally you may even stumble across a new way to make wheels that has never been done before, and the state of the art moves forward a tiny bit. It's rare, but it does happen.

[–] Septimaeus@infosec.pub 4 points 1 day ago

This is my stance on wheel reinvention. And my pitch is similar. I offer it to juniors when it feels like they’re setting impossible expectations for themselves. But I just have to say.

If you wait to start building until you’re sure you know everything, you will never build anything.

Is excellent phrasing that I don’t think I’ve ever used. The truth of it is self-evident to any senior, but juniors should be able to grasp that “more” rarely increases certainty, so for training and discovery the best you can shoot for is “enough.”

[–] Zacryon@feddit.org 26 points 1 day ago (1 children)

If you see learning the mechanisms as part of the challenge and journey that's fine. If you want to understand how something works and why, then doing it yourself is the best approach. If you just care about something that should 'just work' without wanting or needing to understand the machinery, then of course, reinventing the wheel is not the best approach.

[–] funkless_eck@sh.itjust.works 11 points 1 day ago

let God strike me down before I download a "card system" package from the Godot repo. I am making these out of individual control nodes and no one will stop me

[–] CluckN@lemmy.world 19 points 1 day ago (2 children)

Jigsaw you don’t understand, it’s Balatro but with turtles instead of cards.

[–] SaharaMaleikuhm@feddit.org 7 points 1 day ago (1 children)
[–] CluckN@lemmy.world 3 points 1 day ago

Uhh checks note cards when you reveal a turtle its shell color rarity will range from common green to legendary orange.

[–] webpack@ani.social 4 points 1 day ago

like super auto pets? (fun fact balatro was inspired by SAP that's why they share so many mechanics)

[–] Electric_Druid@lemmy.world 16 points 1 day ago* (last edited 1 day ago)

Recent first time indie dev here. I did not reinvent the wheel, but building a functional platformer demo still took years. I'd probably still be working on it if I tried my own code base or reworking a genre from scratch.

Edit: The game is called No More Mages, if anyone is interested (on Steam).

[–] N0tTr0xy@lemmy.dbzer0.com 10 points 1 day ago (1 children)
[–] Ftumch@lemmy.today 3 points 1 day ago

Is there an implementation of wheels for Bevy?

[–] solidheron@sh.itjust.works 8 points 1 day ago (1 children)

Featuring the new ai powered wheel for optimal rotation and automatic orientation detection

[–] sp3ctr4l@lemmy.dbzer0.com 5 points 1 day ago

You don't AI for that, you just need quaternions.

[–] Vinylraupe@lemmy.zip 7 points 1 day ago (1 children)

A for effort, but death mechanics have already been implemented a million times over so no, sorry, into the spike pit with you.

[–] fracture@lemmy.blahaj.zone 2 points 1 day ago

i don't think i reinvented the wheel, but if there was a better way to implement authoring frome data with hitboxes, i would love to hear it

https://bsky.app/profile/thegrainreaper.bsky.social/post/3mmagpyhmls2q

[–] sp3ctr4l@lemmy.dbzer0.com 2 points 1 day ago* (last edited 1 day ago) (1 children)

I'm gonna do the thing, I just want everyone to know that I am aware I am doing the thing.

Fucking general recommened default set up for a character controller in Godot.

If you want to actually have responsive character physics and collisions, in 3d, the way most people tell you to do it is wrong.

You want to base it off of a RigidBody3D, not a CharacterBody3D.

CharacterBody3D works if you are doing a simpler, more arcady, platformer type game.

It does not work well if you want more complex/interactive/ragdoll-like physics between the character and their environment, such as dynamj inverse/reactive animations, where say a box is thrown at a character, or a character runs into a wall, or a character's own momentum would dynamically affect their animation and movement.

Now sure, most people probably aren't trying to create something approximating MGSV or SplinterCell or Euphoria style character controller systems.

But some people are.

... at least I'm not inventing my own entire game engine.

the deepest part of godot source code I've ever worked on is just compiling export template, managed to reduce android apk size from 34 mb to 11 mb. but it's an UI (Controls node) only app

[–] criss_cross@lemmy.world 2 points 1 day ago (1 children)

I thought people hated asset reuse?

[–] cadmiumsandbox@lemmy.blahaj.zone 1 points 1 day ago (1 children)

#gamers in certain specific spaces hate asset reuse. certain devs and artists who are somewhat puritanical of making things hate asset reuse. but its a standard practice, there's no possible way to not reuse anything, u arent building ur own computer architecture and creating a compiler and everything so u are using preexisting libraries. but certain people think its 'cheating' or 'not real development' if they use specific libraries, frameworks, assets, main example being game engines. but examples like asset libraries, addons, are also included in this

the reason is very similar to "you arent a real chef if u use a cake mix" bullshit. and it exists to some extent in every field from what i understand. its just about learning that building on existing things isnt demeaning or bad in any way, atleast as long as u acknowledge and credit

[–] criss_cross@lemmy.world 1 points 1 day ago (1 children)

Don’t get me wrong I have no opposition to it. I don’t need artisanal hand crafted crates.

I say it as an aspiring indie dev looking at the landscape and seeing all the hate for it. Even though I’d love to use an asset pack or 2.

[–] not_IO@lemmy.blahaj.zone 2 points 1 day ago

i love how super mario reused bushes as clouds