How to integrate another physics engine with Godot?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By digitorus

Are there docs of how to integrate a physics engine into Godot? I have already wrapped DART in C#, so possible this would make things a little easier.

I saw that Andrea Catania recently integrated Bullet 3 in Godot 3. I would like to, instead, integrate DART (Dynamic Animation Robotics Toolkit) for robot simulation.

(Why? DART is a more accurate implicit time-step engine for my application which uses generalized rather than maximal coordinates. It’s mainly for simulating multi-body articulations like robots arms, bodies, etc. Simbody has a similar approach).

Your best option is asking Andrea himself on IRC for guidance, you may find him in godotengine-devel at freenode.

eons | 2018-04-07 02:30

go checkout the source yourself

https://github.com/godotengine/godot/tree/master/modules/bullet

hungrymonkey | 2018-07-19 21:58