-
It seems like there is some kind of leak with the display pool. I haven't made a minimum reproducible example yet as I'm not sure exactly what's causing it yet. It still happens if I disable almost al…
-
Run an example like this:
```
RUST_BACKTRACE=1 MTL_HUD_ENABLED=1 cargo run --example cubes
```
Press `cmd+q`. See the stack trace:
```
2024-07-06T05:23:01.045525Z INFO bevy_render::render…
-
I am trying to use this SVG
https://github.com/maskati/azure-icons/blob/a7933b00474aa25ab45bc096ef1bb5366de7bde3/svg/Microsoft_Azure_Billing/Subscription.svg
![image](https://github.com/user-att…
-
> By contrast, Bevy's editor isn't intended to be a replacement for writing Rust in a standard IDE. Instead, it's a tool for the things that "programming languages in a text editor" sucks at. Right n…
-
Hello, since it's been 4 months since the public repo has had changes, i'm wondering if there is any plans to update Belly to 1.13, or even update it at all. I understand the talks of a bevy UI overha…
-
https://bevyengine.org/assets/ is very useful, but "Assets" does not reflect its contents. I would expect "asset pack", rather than "general Bevy resources". This makes it hard to link to coherently …
-
Building `bevy_xpbd` from a git source with `cargo vendor` fails with an error involving `../../src/lib.rs`.
To reproduce:
```bash
cargo init foobar
cd foobar
cargo add --git https://github.c…
musjj updated
4 months ago
-
## Bevy version
0.14.2, 0.15.0-dev (rev [#4656698](https://github.com/bevyengine/bevy/commit/46566980a6d69d2bd91505b6acd49ababa4d98f7)), 0.15.0-rc.2
All of them are affected.
## Relevant system inf…
-
## What problem does this solve or what need does it fill?
Line height is currently hard-coded to a value of `1.2`. We should let users control this.
https://github.com/bevyengine/bevy/blob/9274bfed…
-
Is there a way to introduce inline pathing to the specification?
Bevy users have become used to this convenience and it'd be quite useful for generic modules, in which you could think of a submodule…