this post was submitted on 09 Sep 2024
95 points (100.0% liked)

Godot

5686 readers
2 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
you are viewing a single comment's thread
view the rest of the comments
[–] melroy@kbin.melroy.org 17 points 1 week ago (2 children)

Let's go! Godot is great! If you are still using Unity? Go away and use Godot now.

[–] PenisDuckCuck9001@lemmynsfw.com 5 points 1 week ago (2 children)

To me, Godot is the only game engine I would ever consider using. Unity is bad because you never know what shitty stuff they'll do next. Unreal probably doesn't work on Linux and unreal script sounds like a terrible idea. If I had to figure out all those extremely difficult math problems like angular velocities, quaternion math, rotation matrices and shit in an obscure programming language, I would stop to rethink my life choices. It's already hard enough doing this in more widely used established languages even with decades of stackoverflow posts available.

Besides Godot, you can always make your own. Use a graphics library like orge or Irrlicht, a physics engine (reactphysics3d for example), something for sound like openAL and once you get them all glued together, you have a game engine.

[–] skulbuny@sh.itjust.works 6 points 1 week ago* (last edited 1 week ago)

Heartily agreed penisduck

[–] GammaGames@beehaw.org 3 points 1 week ago

You can also write your own systems like that for Godot, for example Jolt is available on the asset library!