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
For this issue one should look at how rapier does it: https://github.com/dimforge/rapier
And basically it needs in salva multiple packages exported, similar to how rapier has. So right now this exports salva2d and salva3d, it would need salva2d-f64 and salva3d-f64. Each of these would be defined in the Cargo.toml file and then there would be a define for the precision:
So in the build directory of salva there would be 2 new folders, salva2d-f64 and salva3d-f64. Then in github workflows there needs to be automatic building (and deploying?) of the new packages.
I integrated rapier and rapier-f64. Then I added salva, but now it doesn't build and salva only works with rapier, not rapier64(eg. features="rapier")
https://github.com/appsinacup/godot-rapier-2d
appsinacup/godot-rapier-physics#61
One solution could be to add same as for rapier, single or double builds, and then for feature add rapier or rapier-f64.
The text was updated successfully, but these errors were encountered: