-
So this repo is a fork of https://github.com/Kjolnyr/bevy_app_compute, with an emphasis on "app", which I assume refers to the fact that the code works entirely in App World? I wonder if the original …
tombh updated
2 months ago
-
I (and other bevy developers) would love to have this functionality in bevy itself. If you're up to it, please do open a PR!
-
```
thread 'Compute Task Pool (2)' panicked at '`EguiContexts::ctx_mut` was called for an uninitialized context (primary window), make sure your system is run after [`EguiSet::InitContexts`] (or [`Eg…
-
TODO
- [ ] renet (bevy 0.12 supported https://github.com/lucaspoffo/renet/tree/master/bevy_renet)
- [ ] maps (my package, TODO update bevy, https://github.com/alexichepura/bevy_overture_maps)
- […
-
I have made a test for this, that fails at 0.14.2 but passes in current bevy main, so it should cover from this regression
```rs
#[test]
fn test_spawn_entities_during_on_remove_hook() {
#[de…
-
## What problem does this solve or what need does it fill?
The command encoder of `RenderContext` doesn't have any debug label. This makes debugging on Metal quite painful because the top-level items…
-
## Bevy version
4db18d85c12c15e86a39f848829d67a6bb0ee2e0
## \[Optional\] Relevant system information
```
2024-10-30T22:18:58.292727Z INFO bevy_diagnostic::system_information_diagnostics_plugin::in…
-
I'm trying to get the Vec from ClientboundSetEntityDataPacket.packed_items that the server sends me when I update an item and rotate that item in the frame [(data in this packet)](https://wiki.vg/Enti…
-
I'm wondering if this crate would be the right place to provide mappings between Bevy and Vello primitives. Being able to use Bevy's Color and math types would make it feel more integrated when using …
-
Noticed this during Bevy Jam 5 where the native mac builds of a few separate games utilizing blenvy failed to launch in a particular way.
https://phlimy.itch.io/way-of-the-sand
└ https://github.co…