VPhysics-Jolt
godot-jolt


VPhysics-Jolt | godot-jolt | |
---|---|---|
6 | 11 | |
1,294 | 2,347 | |
0.7% | 1.5% | |
7.2 | 8.9 | |
2 months ago | 1 day ago | |
C++ | C++ | |
MIT License | MIT License |
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.
VPhysics-Jolt
-
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
Indeed! That would be Volt.
-
That new physics engine for Garry's mod is quite sick
its basicly a mod you can download it on github and yeah its called Jolt heres the link for it
- we do a little shenanigans
godot-jolt
-
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?
PhysX - NVIDIA PhysX SDK
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.
Bullet - Bullet Physics SDK: real-time collision detection and multi-physics simulation for VR, games, visual effects, robotics, machine learning etc.
godot_box2d - A C++ module that integrates the Box2D library with the Godot game engine by providing nodes for standard Box2D objects.
robo-blast - A fork of GDQuest's RoboBlast, with some tweaks and fixes for Godot Jolt
godot_voxel - Voxel module for Godot Engine
godot-cpp - C++ bindings for the Godot script API
godot-proposals - Godot Improvement Proposals (GIPs)
threen - Port of Godot 3's Tween to Godot 4, using GDExtension. Meant to help porting big Godot 3 projects to Godot 4.
gdextension - GDExtension template that automatically builds into a self-contained addon for the Godot Asset Library. Updated to Godot 4.3.
grass - GRASS GIS - free and open-source geospatial processing engine

