-
Not just a scale or rotation or transform, each vertex needs to be modifiable according to whatever operation I want to do:
https://stackoverflow.com/questions/72961896/how-do-i-modify-a-mesh-after…
-
I've begun a fork where I'm trying to update Belly to Bevy 0.14.
https://github.com/davi4046/belly
If the person who did the macro `impl_properties!` would be so kind and have a look here: `crat…
-
Kind reminder that it would be awesome if this crate also upgrades to the new bevy version :)
-
## What problem does this solve or what need does it fill?
As seen in #16091, floating point arithmetic can now be used in constant functions! This is a valuable API improvement, as it allows users t…
-
## Bevy version
0.15.0-rc.3
## What you did
Build rustdoc of a third party crate with command
```sh
RUSTDOCFLAGS="--cfg docsrs" cargo +nightly doc --all-features
```
## What went wrong
```
error…
-
Currently blocked on https://github.com/aevyrie/bevy_mod_picking/issues/313
-
### Expected Behaviour
Successful compilation of [`bevy-pbr-rust`](https://github.com/bevy-rust-gpu/bevy-pbr-rust) with `--spirt-passes=reduce` enabled via `RUSTGPU_CODEGEN_ARGS`.
This was done us…
-
## What problem does this solve or what need does it fill?
Games and editors need a way to store user preferences: things like video options, keyboard/controller mappings and so on.
## What solu…
-
- Tried to add a subscriber node as a system in Bevy but Bevy stopped running (black screen) after the node started spinning
- Tried multi-threading. It works (bevy and ros node both running), but ro…
-
Example comment: https://github.com/bevyengine/bevy/pull/15344#issuecomment-2369401470
As of commit: 0ebd7fcdf4545c05dd6c1f0c4b6cf057d1f5f1a7
Example Cargo breakage:
```diff
diff --git a/cra…