-
## Bevy version
bevy 0.12.1
## \[Optional\] Relevant system information
Ubuntu 23.10, all packages are up to date.
Rust: 1.75.0 (stable)
```ignore
AdapterInfo { name: "NVIDIA GeForce MX…
-
I'd like to be able to add independent forces/impulses together somehow. For example, I'm working on a space-themed game that requires both the force of gravity (calculated using an n-body simulation)…
-
Saw your project and wanted to try a build. Linux and rust 1.76.0
```
Compiling bevy_dylib v0.13.0
error: the linked panic runtime `panic_unwind` is not compiled with this crate's panic strate…
-
Hi, this is the first time I am posting an issue in this repo. I have encountered something I believe is a minor bug in the way the KinematicCharacterController updates the transformation under certai…
-
## Bevy version
0.10.0 (or whichever version is currently used in the bevy WASM examples).
## Relevant system information
Android 12 Chrome (v110.0) on pixel 3a, and android 13 Firefox (v110.…
-
Hi! I stumbled upon kira while reading stuff on bevy, while trying to reasearch on the topic of audio engines for games that could lead to expressive uses of audio (most simple example I can think of:…
-
Could you add an example for calling tick()?
I have no idea what Targetable needs:
`tween.tick(Duration::ZERO, ???, e, &mut writer);`
-
Hi, sorry this might be a silly mistake on my part, but perhaps you could help:
When setting bevy_xpbd_3d to a specific rev from git repo, I get an error:
Cargo.toml:
`bevy_xpbd_3d = { git =…
-
### Did you read the documentation and check existing issues?
- [X] I have read all the [`:help neominimap`](https://github.com/Isrothy/neominimap.nvim/blob/main/doc/neominimap.nvim.txt) documentat…
-
## What problem does this solve or what need does it fill?
This would be useful for 3d games to see the objects before you code the movement system, you're maybe you're just testing something and you…