dimforge / rapier

2D and 3D physics engines focused on performance.
https://rapier.rs
Apache License 2.0
3.8k stars 236 forks source link

update bevy 0.11 - fix compile errors #540

Closed johnny-smitherson closed 8 months ago

johnny-smitherson commented 8 months ago

see issue #541

compiles then panics

feel free to take over the upgrade, i usually only login on weekends

Ughuuu commented 8 months ago

So does this fix the testbed examples to not freeze also? What is holding it back from getting merged?

Ughuuu commented 8 months ago

Tried it and it does fix the testbed. Nice. Hope it gets merged soon. Right now seems the build is failing because of some unused variables.

johnny-smitherson commented 8 months ago

ah, unused warnings - i can fix those sure thing

@sebcrozet thanks for the push - I didn't connect the new Gizmos API being the replacement for Debug Lines, even through I used both

johnny-smitherson commented 8 months ago

Red X is where the mouse is hovered, actual brick highlighted is flipped for mouse Y coord, mouse X coord is OK.

EDIT: bug does not happen on master branch

mouse1Capture mouse2Capture
sebcrozet commented 8 months ago

Thanks @johnny-smitherson!