Skip to content
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

Generate physx-safe on top of physx-sys #196

Open
NiklasNummelin opened this issue Mar 27, 2023 · 0 comments
Open

Generate physx-safe on top of physx-sys #196

NiklasNummelin opened this issue Mar 27, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@NiklasNummelin
Copy link
Contributor

Is your feature request related to a problem? Please describe.
As we now have ported pxbind to Rust it would be easier to make another backend to generate a, most likely unergonomic, safe layer around physx-sys. This would let physx-rs focus on the ergonomics while leaving the unsafe code to this generated layer.

Describe the solution you'd like
Build a backend to pxbind that generates code for a physx-safe crate that hides all, or most of the, unsafe interaction with physx-sys.

Related to: #3

@NiklasNummelin NiklasNummelin added the enhancement New feature or request label Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant