-
## Bevy version
e7b83ac
## Relevant system information
```ignore
SystemInfo { os: "Linux 24.05 NixOS", kernel: "6.6.34", cpu: "AMD Ryzen 7 5800X 8-Core Processor", core_count: "8", memory: "31.2 Gi…
-
## What problem does this solve or what need does it fill?
I think most games would prefer to have the game be full screen instead of showing the title bar and navigation buttons. It is already pos…
-
## What problem does this solve or what need does it fill?
This is something I've run into in my reactive experiments, but it is also directly relevant to @cart 's discussion on next-gen UI. I want…
-
http://andrewrussell.net/2016/06/how-2-5d-sorting-works-in-river-city-ransom-underground/
![](http://andrewrussell.net/content/2016/06/Sort-Arrows.png)
https://www.youtube.com/playlist?list=PLgP…
-
Right now a big missing feature in Tangle is the ability to pass in large data or read data from Tangle.
Libraries like `wasm-bindgen` directly write / read Wasm memory like this `new Uint8Array(w…
-
## What problem does this solve or what need does it fill?
Commands failing due to an entity being despawned is one of the most common and frustrating sources of panics in Bevy at the moment.
##…
-
## What problem does this solve or what need does it fill?
Commands (like removing components or despawning entities) may fail for various reasons. Right now, for the sake of idempotency (the same …
-
mstr from discords [raises](https://discord.com/channels/691052431525675048/743663924229963868/813334399319932970) some of the difficulties of modifying the default render graph that bevy ships. And s…
-
## Bevy version
Current main de8edd3165c379e05aabb38359b3f4b97f46540a
## Operating system & version
macOS on an intel mac with an integrated GPU
not reproduced on an intel mac with a AMD Rad…
-
Hey, thanks a bunch for this plugin!
I'm noticing that changing my presence seems to hang my game. I have the following system:
```
fn update_presence(
app_state: Res,
mut last_state:…