Remix.run Logo
andai 5 hours ago

Don't all of these advantages also apply to humans? :)

This always puzzled me about Godot. I like Python as much as the next guy (afaik GDScript is a quite similar language), but for anything with a lot of moving parts, wouldn't you prefer to use static typing? And even simple games have a lot of moving parts!

jasonjmcghee an hour ago | parent | next [-]

For the longest time the answer to this was that, features would randomly not be supported for C#.

But it's gotten much better.

saint_yossarian 4 hours ago | parent | prev | next [-]

GDScript has static type hints now, it's still a bit basic but continually getting better.

__loam 21 minutes ago | parent [-]

Yeah people groan about GDScript but the performance code in the engine is written in c++. Since they added static typing, GDScript is perfectly adequate as a scripting language

eudamoniac an hour ago | parent | prev [-]

Godot exists to be a playground for game dev aspirants, not as an engine for shipping serious games. The Community (tm) likes gdscript because it's "easier" to "get started". They are completely unconcerned with it being harder to finish.

__loam 20 minutes ago | parent [-]

Slay the Spire 2 was shipped using godot. I've found it's easier to develop on than Unity. This is an outdated understanding imo