Skip to content

Can a GDExtension compatibility layer be provided to better support Godot? #175

Description

@scgm0

I was pleasantly surprised that this library has a Godot demo (actually two!). So is it possible to add better support for Godot?

Godot allows the addition of a third-party physics engine via GDExtension: https://docs.godotengine.org/en/stable/classes/class_physicsserver3dextension.html

godot-dotnet is an experimental .NET binding for the GDExtension API that allows c# compilation to GDExtension: https://github.com/raulsntos/godot-dotnet

I've been trying it myself for hours, but I underestimated the difficulty of adding a physics engine to Godot, I didn't know much about Godot physics and jitterphysics 2, so I had to give up...
So this is more of a whim on my part (e.g. can we compare three physics engines written in c#, cpp, rust in Godot?). ), instead of a serious request, you can close the issue at will.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions