Demindiro / godot_rapier3d

Godot bindings for the Rapier3D physics engine
MIT License
43 stars 2 forks source link

Is there C# support? #33

Open ValorZard opened 3 years ago

Demindiro commented 3 years ago

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.

Xrayez commented 3 years ago

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.