this post was submitted on 21 Apr 2024
0 points (NaN% liked)

Godot

5840 readers
1 users here now

Welcome to the programming.dev Godot community!

This is a place where you can discuss about anything relating to the Godot game engine. Feel free to ask questions, post tutorials, show off your godot game, etc.

Make sure to follow the Godot CoC while chatting

We have a matrix room that can be used for chatting with other members of the community here

Links

Other Communities

Rules

We have a four strike system in this community where you get warned the first time you break a rule, then given a week ban, then given a year ban, then a permanent ban. Certain actions may bypass this and go straight to permanent ban if severe enough and done with malicious intent

Wormhole

!roguelikedev@programming.dev

Credits

founded 1 year ago
MODERATORS
 

A surprise to be sure, but a welcome one. Very excited to have another YouTube juggernaut in the open source ring!

all 6 comments
sorted by: hot top controversial new old
[–] northendtrooper@lemmy.ca 0 points 6 months ago (1 children)

Yaaaas! Learned a lot of his unity. Be curious if he'll be doing C# or GDS.

[–] NocturnalMorning@lemmy.world 0 points 6 months ago* (last edited 6 months ago) (1 children)

Wasn't brackey notorious for his tutorials having really awful software practices?

[–] Drummyralf@lemmy.world 0 points 6 months ago (1 children)

I'd argue for not stressing too much about practices when you are a beginner. Learning to code is hard enough already. At first, it's just important to start creating.

Software practices are important. But just get code working at all is, as a beginner, more important.

[–] NocturnalMorning@lemmy.world 0 points 6 months ago (2 children)

I don't really agree with that. If you teach people bad habits from the beginning they're going to be hard to unlearn. It's not difficult to say, don't put everything in the physics loop, use timers, instancing, and only have things active when you need them to be active.