|
|
|
|
|
by allmodelsRwrong
1241 days ago
|
|
What are your thoughts on GDScript?
The reason I ask is I do a lot of work with Python these days and I like it most of the time. So I've been curious about a high level dynamic typed language for game dev. I have played around with Unity in the past and picked Unreal for my current project this time but kinda regretting that. I'm not doing anything technically impressive so I thought blueprints would help speed things up but I'm less than impressed. |
|
That being said, GDScript has some flaws: it's performance is bad, the typing system needs work, it doesnt allow cyclical references of classes and the coroutine API is not greatly designed.
But for prototyping game code it's pretty hard to beat for developer speed.
For UI code it's top tier.
I think you'll like Godot. I generally find it faster to develop things in than either Unity or Unreal.
I've got a pretty huge toolbox of custom modular scripts for adding functionality to UIs, and a pretty solid theming and layout system.