-
In multithreaded applications, there is the `.wait()` primitive that allows one to synchronously wait on Worker threads. Main thread is disallowed from `.wait()`ing, since that is a blocking operation…
-
## Bevy version
main
I believe this behavior began with #9637. This is a "known issue" that never got its own GitHub issue to track it.
## Relevant system information
```
AdapterInfo { na…
-
## Bevy version
0.6.1
## Operating system & version
Ubuntu 20.04.2 LTS
## What you did
Followed the getting started guide,
to the point of adding `DefaultPlugins`
and `cargo run`ing,
…
-
Hey Manuel. Just saw your talk @ the bevy_meetup #2. Great talk!!
Really amazed by your work.
I've been trying to set up the editor and everything.
So I have a model in blender with an armature r…
-
## What problem does this solve or what need does it fill?
Currently, the [`Text`](https://docs.rs/bevy/latest/bevy/text/struct.Text.html) component stores `TextSection` objects in a simple vector.…
-
Hello,
I am trying to write a skeletal animation edition tool using bevy. However, the animation clips used by bevy are read only.
I understand that this is probably due to the fact that animati…
-
This is less a feature request an more a request for clarification on the documentation/examples side, that might help steer people in the right direction.
**Is your feature request related to a p…
-
Has this been attempted to be used with 2 cameras with different render passes?
Here are some use cases: [bevy split screen example](https://bevyengine.org/examples/3D%20Rendering/split-screen/) an…
-
Some bevy_hanabi examples explicitly set `VERTEX_WRITABLE_STORAGE` to `true`:
```rs
wgpu_settings
.features
.set(WgpuFeatures::VERTEX_WRITABLE_STORAGE, true);
```
But oth…
-
I rarely get this crash in jumpy on startup:
```
thread 'main' panicked at /Users/max/.cargo/git/checkouts/bones-b608aa0d074178a4/5596867/framework_crates/bones_ecs/src/system.rs:176:13:
Resource…