threen
Port of Godot 3's Tween to Godot 4, using GDExtension. Meant to help porting big Godot 3 projects to Godot 4. (by akien-mga)
godot-jolt
Godot Jolt is a Godot extension that integrates the Jolt physics engine (by godot-jolt)
threen | godot-jolt | |
---|---|---|
1 | 11 | |
24 | 2,397 | |
- | 1.4% | |
4.8 | 8.7 | |
12 months ago | 29 days ago | |
C++ | C++ | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
threen
Posts with mentions or reviews of threen.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-04-08.
-
My Thoughts on Porting my Game to Godot 4 (800+ scenes, 30,000+ lines of code)
Regarding a legacy Tween node, check out https://github.com/akien-mga/threen
godot-jolt
Posts with mentions or reviews of godot-jolt.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-04-03.
-
Rust Game Physics Engines: PhysX, Rapier, XPBD & Others
Some other Rust game engines ship with their own physics engine. Fyrox, for example, has advanced 2D/3D physics, supporting rigid bodies, joints, ray casting and more. Godot too, which has community-led Rust bindings also has an in-built physics engine as well as a Godot-native extension using the Jolt physics engine. In fact, which is reported to be more performant than the official physics engine.
-
Godot is not the new Unity – The anatomy of a Godot API call
When the performance of Godot's physics engine has been mentioned before I've seen https://github.com/godot-jolt/godot-jolt pointed to as a drop in more performant solution.
Haven't tried it in a project yet myself
-
What are the biggest issues you've faced in Godot 4.0 so far?
No idea if this will solve your problems, but with Godot 4 Physics being a bit undercooked you might want to try a different physics engine. Like Godot-Jolt: https://github.com/godot-jolt/godot-jolt
-
What's missing from C# in Godot 4?
Godot 4 itself is actually fairly good about diving to its C/C++ base for the nasty stuff. Like its Physics. The reimplementation for Jolt physics into Godot 4 is again C/C++ calculation library.
-
After months of work, I'm excited to share the first release of Godot Jolt, an extension that integrates the Jolt physics engine into Godot, demonstrated using GDQuest's RoboBlast
If you'd like to try out Godot Jolt for yourself, you can find the latest release, as well as important gotchas, on the project's GitHub page. Just bear in mind that the extension is still in development and will likely have a couple of bugs that have yet to be found. C# support for GDExtension is also not in a great place right now, so there are some issues there as well.
-
Strange rigidbody behavior in Godot 4 - I think it's something to do with center of mass but changing it (since there is no visual marker) didn't seem to help :(
Try a different physics engine: https://github.com/godot-jolt/godot-jolt
-
Added a "Breakable" node in the Nodot node library for Godot and it's been fun updating the examples
Your comment made me do a bit of research and I found this: https://github.com/godot-jolt/godot-jolt
-
My Thoughts on Porting my Game to Godot 4 (800+ scenes, 30,000+ lines of code)
It's possible to create a GDExtension for it (similar to what was done for Jolt), but I haven't seen any for Bullet yet. There's a lot of hype going around Jolt, so it's understandably where most of the community effort is going :)
-
Godot 4 custom physics engine?
Or godot-jolt (linked in that Tweeter thread respones).
- godot-jolt/godot-jolt: Jolt physics engine [GdExtension, Physics, Godot4]
What are some alternatives?
When comparing threen and godot-jolt you can also consider the following projects:
Godot - Godot Engine – Multi-platform 2D and 3D game engine
JoltPhysics - A multi core friendly rigid body physics and collision detection library. Written in C++. Suitable for games and VR applications. Used by Horizon Forbidden West.
godot_box2d - A C++ module that integrates the Box2D library with the Godot game engine by providing nodes for standard Box2D objects.
godot-cpp - C++ bindings for the Godot script API
rapier - 2D and 3D physics engines focused on performance.
grass - GRASS - free and open-source geospatial processing engine