-
I find that `bacon` does not re-run checks when modifying a file under `src/`. Adding `watch = ["src"]` to the job does not help. If I restart `bacon` the tests are run.
`cargo watch` does rerun th…
emilk updated
3 years ago
-
Hi, I'm blocked because the `Collider` type is not registered to the app, and cannot be manually registered because it lacks the required traits implementations. I guess it is related to this TODO:
h…
-
`ColliderBuilder::trimesh` doesn't return an error, and does not document potential panics.
```
panicked at .cargo/registry/src/index.crates.io-6f17d22bba15001f/parry3d-0.17.0/src/shape/trimesh.rs…
-
Post here to cross link the issue from bevy_rapier : https://github.com/dimforge/bevy_rapier/issues/226
The error says to report it here. I don't know if the problem is in the shader or the compila…
-
By easy to set or well documented exposure of i.e. mass_properties or external forces (at point) the user can do full fledged flight/boat simulation from the get go.
-
Hello:
I wish to know if there are events related to the Physics API?
The game that I am creating is: permitting the user to move a ball (using Leva controls) to some position and then releasing…
-
Hi guys, first of all, thanks for the great library you are working on.
I'm using `0.8.0-alpha.0` version of rapier.js.
I have a ground as a static body and two dynamic bodies. I've added colliders …
-
Hi, I've developed some methods for modelling and controlling cable driven robots which I would like to implement in a library that can run in real-time. I have two questions
1. Is there a resource t…
-
As stated in the title, running the `boxes2` example back-to-back gives two visibly different results. Running the 2D CCD example from the `rapier` repo gives the same result every time. Is it possibl…
-
I am attempting to work around #457 and encountered what I think may be a separate bug. I suspect it might be a separate bug because there are no non-default transforms involved in this repro.
Here…