FleX icon indicating copy to clipboard operation
FleX copied to clipboard

Python bindings for FleX

Open shraman-rc opened this issue 7 years ago • 4 comments

Just wondering whether there are any plans to release a Python wrapper for FleX (similar to pybullet). If not, this is something I'm willing to work on.

shraman-rc avatar Sep 22 '17 21:09 shraman-rc

Hi @shraman-rc, I'm interested in this too. Did you make any progress?

djbutler avatar Oct 11 '17 05:10 djbutler

Not yet (wanted to hear @mmacklin's thoughts before moving forward), but I might look into it sometime next week.

shraman-rc avatar Oct 11 '17 05:10 shraman-rc

Hi there,

We would like to create Python bindings for Flex in the future, but I can't say when exactly that would happen, so I fully encourage you to create your own :)

Cheers, Miles

mmacklin avatar Oct 17 '17 00:10 mmacklin

I don't know Python, but making C# bindings (see uFlex) was pretty
straightforward. I didn't even need any wrapper dll, but mapped the
flex.dll directly from C# via PInvoke.

korzen avatar Oct 17 '17 07:10 korzen