-
## TL;DR
Could this repository include a common asset type and loader for loading generic `serde_json::Value`, `toml_edit::Document`, etc. types from files with the generic format extension like `.…
-
Essential:
- Use bevy Transforms
- Pull Camera from [ActiveCamera](https://docs.rs/bevy/latest/bevy/render/camera/struct.ActiveCamera.html)
Very Useful:
- Use bevy_render's RenderGraph so we can…
-
The following *cargo.toml* configuration does not build anymore: `bevy_rapier3d = {version= "0.13.0" ,default-features = false, features = [ "dim3" ]}`
Build output:
```
Compiling bevy_rapier3d…
-
## What problem does this solve or what need does it fill?
- Currently, there are several audio plugins in the bevy ecosystem, like:
- `bevy_audio`, uses rodio internally
- `bevy_kira_audio`, u…
-
**Description**
When running the "hello-triangle" example, I get the following error message:
```
[2023-10-16T17:55:54Z ERROR wgpu_hal::auxil::dxgi::exception] ID3D12CommandQueue::ExecuteComman…
-
## Bevy version
Bevy 0.13.2 [dac66e8](https://github.com/bevyengine/bevy/commit/dac66e83b2b8c2fb88a9fc272a78857d8a048668)
## System information
- Cargo 1.77.2 (e52e36006 2024-03-26)
- Window…
-
I have a relatively simple app, which has a few egui windows, and a regular Bevy 2d canvas to which I paint some shapes. I also have a system that queries `&mut Window` and then changes `window.cursor…
-
This plugin contains very nice functionality, but is depending on an outdated Bevy version. Are there any plans to update it so it works with latest Bevy?
-
### Description
On discord, @Illinore reported a crash on windows.
There are so little logs, and no panic, either app is exiting cleanly or crashing hard / early.
One thing I wonder about i…
-
To help folks that want to make practical use of `bevy_impulse`, we should provide some examples where the library is being applied to use cases that are substantial enough to be instructive while sim…