-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C bindings for other languages? #96
Comments
That is an interesting idea and some base work here is done for as we do generate a C ABI to talk between the Rust and C++ code. But would say it is out of scope for this project specifically as its goals is to just use PhysX inside Rust, but would be cool if someone uses the same binding mechanisms we used here to create a pure C binding for other languages to use |
I see, are the generated C files under repo and compilable? |
They are in the repo under https://github.com/EmbarkStudios/physx-rs/tree/main/physx-sys/src, and compilable by Cargo's |
Thanks for info's, will try and report back. |
I have started using physx-rs(physx-sys) in C# for the purpose of utilizing a physics engine. |
Hi,
I'm keeping various C# .net bindings, for example vulkan, d3d12, d3d11 etc.
Would be possible to generate C bindings into dll/so/dylib so I can bridge the API?
Feel free to close the issue if not appropriate for the project.
Thanks in advance
The text was updated successfully, but these errors were encountered: