Earlier quoted context omitted.
Godot is becoming the game engine of the internet. It checks all the boxes. - Open Source - Cross Platform - Frequent updates - Easy to learn in a weekend - You can use almost any programming language with it - Godot 4.x has beautiful graphics - Godette
> beautiful graphics Doesn't that depend entirely upon the artwork used in the game?
Godot 3.5
21–30 of 121 posts
Re: Godot 3.5
#22Earlier quoted context omitted.
Godot is becoming the game engine of the internet. It checks all the boxes. - Open Source - Cross Platform - Frequent updates - Easy to learn in a weekend - You can use almost any programming language with it - Godot 4.x has beautiful graphics - Godette
> beautiful graphics Doesn't that depend entirely upon the artwork used in the game?
Re: Godot 3.5
#23Not my field of work, but I'm curious. From what I'm hearing Unreal is establishing a big lead over the competition with things like Lumen, face model generation (Metahuman?), asset libraries, ML assisted images/video to model converters, very polished editor tooling ,world builders, ... All things that take a lot of money to make. Is there any chance to compete in the near or medium term for things like Unity or God…
Untrue, as shown by numerous FOSS projects run by volunteers.
Re: Godot 3.5
#24Now that Godot seems to be getting much hotter, I feel like I am having to update my game engine more and more frequently. It's great to see then update the navigation system, but will it break my game? I worry it could be heading to the same problem I see with Unity where things are constantly getting updated and re engineered. I have seen professional teams working in Unity be many version behind because they dread…
Hopefully the incentive schemes help with this: part of the reason for Unity’s feature churn is that they’re more incentivized to create new features (to acquire new customers) than maintain old ones. You’d think this approach would backfire, but with the amount of lock-in engines have they can afford to piss off current customers at least up to a point. Godot, not being beholden to shareholders and quarterly growth…
That said, Unity ads is where the real money is at.
Re: Godot 3.5
#25Godot is a fantastic project. But, I really wish it was written in something other than C++. I really can't bring myself to go back to programming C++ again after a decade away using more recent languages like Go and Rust. I even find deciphering the types of variables to be painful when reading C++ code these days.
Being able to use `auto` would make the code already a lot less verbose IMO.
Re: Godot 3.5
#26Earlier quoted context omitted.
Godot is becoming the game engine of the internet. It checks all the boxes. - Open Source - Cross Platform - Frequent updates - Easy to learn in a weekend - You can use almost any programming language with it - Godot 4.x has beautiful graphics - Godette
I think three.js is that. - All of the above except language - Library rather than engine I've had really good luck with it versus Babylon or Unity.
three.js doesn't produce native multi platform apps for desktop and mobile.
Re: Godot 3.5
#27Earlier quoted context omitted.
the latter https://en.wikipedia.org/wiki/Waiting_for_Godot
Actually neither, it’s “Guh-doe”.
/ˈɡɒdoʊ/ GOD-oh
pronunciation is where phonetic alphabet shines[1] and English totally sucks [2].
[1] https://en.wikipedia.org/wiki/International_Phonetic_Alphabe...
[2] https://jakubmarian.com/english-words-spelled-the-same-but-p...
Re: Godot 3.5
#28Unreal is winning the technical race because they ship projects and games themselves with their engine. Unity does none of that, at least nothing that counts. Godot is a bit better than Unity because it's open-source so contributors are often contributing to things they use and want to improve, but it's still got weird opinions at a maintainer level and severe performance downfalls from those opinions.
We're considering another renderer, but for the time being we're still tepidly okay with Godot.
Re: Godot 3.5
#29Godot is a fantastic project. But, I really wish it was written in something other than C++. I really can't bring myself to go back to programming C++ again after a decade away using more recent languages like Go and Rust. I even find deciphering the types of variables to be painful when reading C++ code these days.