The team behind the FOSS game engine, Godot Engine, have now released the first Beta in the 3.2 series so the full release is coming close now with lots of new goodies for game developers.
Rémi Verschelde, the Project Manager noted that they've seen plenty of activity since the third Alpha release with well over 200 commits and they're now entering a feature freeze period. So no new features as they work on getting it stable.
Tons of new features coming which you can see here, put together by a contributor. Some seriously exciting stuff too like WebRTC support, pseudo-3D depth in 2D, huge improvements to the visual shader system, you can import 3D scenes using Assimp, version control integration in the editor, the ability to generate audio procedurally and analyze audio spectrums and tons more.
Shaping up to be a great point release. Full announcement here.
After that sometime will be the major Godot Engine 4.0 update, this includes Vulkan and more advanced rendering features which should make creating 3D games awesome with it.
Both are the reason why I migrated to Linux last year.
I use Kubuntu since Artful Aardvark and loving it.
Quoting: KorsBlender and Godot are very good examples of how much open source software can achieve.
Both are the reason why I migrated to Linux last year.
I use Kubuntu since Artful Aardvark and loving it.
Blender - yes. Godot is still far from usable state for anything serious. But I really hope it will be ready in next 2-3 years.
These two are really not comparable. You need to try to use both of them to understand why. Blender is absolutely fantastic. Godot is maybe on the road to begin something.
I get why they feel they need to become a more serious option for 3D games, but personally I wish they'd get the 2D side right first, because I think that's what most current Godot users are developing.
Other than that, glad to see that 3.2 is coming along nicely, anyway! :)
Last edited by Kimyrielle on 6 November 2019 at 5:38 pm UTC
Quoting: slapinGodot is in state wanted by its developers, according to their vision. Visions change very slowly, so I guess 2-3 years is too optimistic. However even now if your C++ skills and experience are good enough you can write quite decent games using it, but prepare to code a lot first. The problem is mainly a conflict of interests between minimalist public which considers any additional feature as personal insult and feature hungry public. Currently the interests lean to minimalism even at cost of lack of functions. That is not going to change any time soon, so to have some decent FOSS engine for your 3D game one have to either compose one from existing separate libraries (OGRE, Bullet, etc.) which will take human-years to complete (including asset pipeline establishment), so requires large team efforts, or take Godot + external libraries and have something coded within months which is much less effort. All the complete solutions are not FOSS, so Godot is compromise.I have to agree somewhat.
Love to see the engine progress, but I've often been questioning the priorities and the lack of clarity of what is going on at any current time, what the plans are for the next month/week, etc.
Is it really necessary to work on a Vulkan renderer while OpenGL+DirectX works everywhere and other features are way more incomplete than the rendering?
It's not the lack of graphical bling! that keeps people from using Godot, it is the lack of features. When asking "can Godot do this?" and the answer is no, well then most people won't pick Godot if Unity or others can do it.
Don't get me wrong, I'm not questioning what the unpaid contributors work on, they'll work on what motivates them and that's fine. But shouldn't the paid ones be more mindful of priorities?
I gave up waiting on the 3D navigation, for example, and started working on my own GDNative module to implement recast/detour properly for my needs. It won't be in a way that suits everyone (no editor integration, for example and only takes MeshInstance), but that's just what happens when people develop for their own needs.
It is a few weeks of work (spread over one day per week that I have for it) that would have been nice if I could have spent them on something else.
Last edited by TheSHEEEP on 6 November 2019 at 6:56 pm UTC
Quoting: TheSHEEEPI gave up waiting on the 3D navigation, for example, and started working on my own GDNative module to implement recast/detour properly for my needs. It won't be in a way that suits everyone (no editor integration, for example and only takes MeshInstance), but that's just what happens when people develop for their own needs.
It is a few weeks of work (spread over one day per week that I have for it) that would have been nice if I could have spent them on something else.
Seen my old PR and navigation branch? might be useful in your implementation.
But what I have discovered is Urho3D, where I have rapidly made progress with some ragdoll physics using the bullet library.
Urho3D really is a great and polished library but not that well known (yet?).
I suppose its downsides are it is limited to OpenGL over vulkan but that isn't such a big issue.
It also seems to have a large and active community of developers.
Last edited by nattydread on 7 November 2019 at 4:43 pm UTC
See more from me