godot_rapier3d icon indicating copy to clipboard operation
godot_rapier3d copied to clipboard

Is there C# support?

Open ValorZard opened this issue 3 years ago • 2 comments

ValorZard avatar Jun 26 '21 23:06 ValorZard

The wrapper for the physics engine is in Rust only, but on the Godot side you can use any language as this wrapper is meant as a drop-in replacement + some extra features.

Demindiro avatar Jun 27 '21 12:06 Demindiro

For this to work properly, Rapier would need to be implemented as a built-in physics backend in Godot. This way, even Rust bindings could take advantage of built-in physics. And this could only be done via C++ modules capabilities in Godot, like I do with https://github.com/goostengine/goost, for instance. All classes implemented on the core level are also automagically available in GDScript, VisualScript, NativeScript, C# etc.

Xrayez avatar Jul 08 '21 20:07 Xrayez