You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 aroundphysx-sys
. This would letphysx-rs
focus on the ergonomics while leaving theunsafe
code to this generated layer.Describe the solution you'd like
Build a backend to
pxbind
that generates code for aphysx-safe
crate that hides all, or most of the,unsafe
interaction withphysx-sys
.Related to: #3
The text was updated successfully, but these errors were encountered: