Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include godotjolt by default #51

Open
kuligs2 opened this issue Oct 30, 2024 · 2 comments
Open

Include godotjolt by default #51

kuligs2 opened this issue Oct 30, 2024 · 2 comments

Comments

@kuligs2
Copy link

kuligs2 commented Oct 30, 2024

Describe the project you are working on

3D game

Describe the problem or limitation you are having in your project

Godot physics engine is not optimized and not very precise. Especially rigid body interactions with static bodies. Scaling up on screen assets tanks the performance.

Describe the feature / enhancement and how it helps to overcome the problem or limitation

Godot Jolt increases overal performance of the code execution

Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams

It just works

If this enhancement will not be used often, can it be worked around with a few lines of script?

I guess

Is there a reason why this should be core and not an add-on in the asset library?

Because at the moment you have to use their compiled engine, and thus you are falling behind all the newer features that comes with newer engines. If it can be implemented on plugin/addon/dlc level then that would suffice

@xiiixvv
Copy link

xiiixvv commented Oct 31, 2024

Im with this one. Godot didn't seem to have an issue having Bullet physics until that engine's development got discontinued, so it was always weird how they were slow to consider integrating Jolt as an option. Not to disrespect the work put into Godot's physics engine, cause simulating physics on a computer is a massive beast afaik, but Jolt has so many more improvements over Godot's default beyond "just an fps increase" so including a more upfront option to choose between Jolt or Godot physics like how it was done with Godot and Bullet would be pretty nice.

@TONYflare123
Copy link

Full support, Jolt enables gd to have better and less glitches out simulations, also supports new nodes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants