NVIDIAGameWorks / FleX

Other
664 stars 100 forks source link

Python bindings for FleX #21

Open shraman-rc opened 6 years ago

shraman-rc commented 6 years ago

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.

djbutler commented 6 years ago

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

shraman-rc commented 6 years ago

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

mmacklin commented 6 years ago

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

korzen commented 6 years ago

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.