Ida "Iyes"
Ida "Iyes"
The available shader `#import`s should be listed on the Builtins page
Add some info about using Bevy audio. Would be useful, now that it has improved with Bevy 0.7.
Investigate and document what the GltfExtras component can be useful for. Seems like something that lets additional data for a specific entity be specified from a 3D editor and then...
Show all the common methods for working with angles, vecs, matrices, etc: - convert f32 to vec*: `splat` - add dimension (vec2 -> vec3): `extend` - remove dimension (vec3 ->...
```rust #[derive(SystemParam)] struct CustomParam { res: Res, } ```
We had discussed this on Discord previously, but it seems like the issue still persists in the latest version. We have a 2D game where we use LDTK (via `bevy_ecs_ldtk`,...
## Bevy version Current main, commit d6d25d8c7871f12681433b5454d52502ecc42457 ## Relevant system information Hardware: Apple M1 Pro, 14in MacBook Pro OS: Asahi Linux Drivers: mesa-asahi-edge-23.2.0_pre20230606-1 Kernel: linux-asahi-edge-6.3.asahi7-1 ``` AdapterInfo { name: "Apple...
Currently, to display text in bevy UI, a font file needs to be loaded as an asset. Considering that bevy UI should be usable for general GUI applications (such as...
I have an Arch Linux system that is installed to bcachefs. It is booting using EFISTUB with the kernel on a small EFI partition, everything else is bcachefs. It is...