-
## What problem does this solve or what need does it fill?
https://github.com/gfx-rs/wgpu/pull/4899 exposes control over the maximum number of frames that should be buffered.
As the linked docs …
-
Many other bevy plugin repositories have a versioning table (e.g. https://github.com/StarArawn/bevy_ecs_tilemap), its really helpful to know which releases correspond to which bevy version. I couldn't…
-
Thread main panics when running a minimal setup code.
![bevy_ecs_ldtk panic](https://user-images.githubusercontent.com/62728088/161353867-0b25144a-b164-4475-9840-11ec3daa9a0e.gif)
Code used:
``…
-
* Bevy version: 425570aa752b32ef26f6573b385d49d6254bd868 (main as of today)
* Linux/X11
## What you did
* Run the `multiple_windows` example with `cargo run --example multiple_windows`.
## W…
-
At early development, it's designed specifically that you can implement custom tweener and so the "Span" prefix is added to the default tweener in this crate to prevent confusion with possibly user cu…
-
## What problem does this solve or what need does it fill?
While undeniably useful and often irreplaceable, unsafe code is inherently challenging to audit and maintain.
Uses of unsafe code outsi…
-
There is a tiny discrepancy between how it previously worked and how it works now, with Bevy 0.12. After one of the dinosaurs dies, it does the death animation, but after it's finished, the dinosaur m…
-
Some bevy_hanabi examples explicitly set `VERTEX_WRITABLE_STORAGE` to `true`:
```rs
wgpu_settings
.features
.set(WgpuFeatures::VERTEX_WRITABLE_STORAGE, true);
```
But oth…
-
Fix broken link: [the official guidelines for plugin authors](https://github.com/bevyengine/bevy/blob/main/docs/plugins_guidelines.md)
^^^^ - Points to nowhere
Should point to (I think): https://b…
-
## Bevy version
The release number or commit hash of the version you're using.
0.13.1
## What you did
Describe how you arrived at the problem. If you can, consider providing a code sni…