-
Checks if a compatible version of all your bevy-reliant crates have compatible versions for a specified Bevy version, defaulting to latest. If an additional flag is provided, actually goes and edits y…
-
A super nice feature this library could have is trait query.
Similar to: https://github.com/JoJoJet/bevy-trait-query
I'm not fully grasping ecs internals but it seems that flecs Components beeing …
-
如题,在用于`rust`补全时,在`lsp-bridge`启动后还需要和`rust-analyzer`进行通信。
对一些依赖比较多的项目这个时间会比较久,通信内容也比较多。
如以打开[bevy](https://github.com/bevyengine/bevy),的`examples/games/alien_cake_addict.rs`为例,
`*lsp-bridge*`的行数在147…
-
when compiling examples for quest, I get the following error:
[3/3] Create apk
Error: Failed to collect all required libraries for `/bevy_oxr/examples/android/runtime_libs/arm64-v8a/libopenxr_load…
-
Reported on discord. If the server replicates an entity despawn but the entity was manually despawned on the client, replicon currently panics. It should not need to panic.
-
## Bevy version
The release number or commit hash of the version you're using.
0.15.0-rc.3 and lastest #e155fe1d
## \[Optional\] Relevant system information
```
SystemInfo { os: "Linux rolling…
-
Thought I'd open an issue here for good measure.
Basically, what Sebastian Lague [says here](https://youtu.be/UXD97l7ZT0w?t=353): Viewing the entire earth at high resolution would require streaming…
-
try
```commands.insert_resource(
bevy::render::render_asset::RenderAssetBytesPerFrame::new(4096),
);```
Result: crash
```thread '' panicked at /home/malek/.cargo/registry/src/index.crates.…
-
https://bevyengine.org/examples/2d-rendering/bloom-2d/
-
Trait queries are missing in bevy and only covered by https://github.com/JoJoJet/bevy-trait-query/
Upstreaming it would be nicer for bevy users as it is a really common need and 3rd party lib can eas…