Ida "Iyes"

Results 73 issues of Ida "Iyes"

The available shader `#import`s should be listed on the Builtins page

C-enhancement
S-misc
0- high priority
Z-medium

Add some info about using Bevy audio. Would be useful, now that it has improved with Bevy 0.7.

C-enhancement
S-features
Z-medium
1- needs research

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...

C-enhancement
Z-large
1- needs research
S-3D

C-enhancement
S-features
Z-large

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 ->...

C-enhancement
S-misc
Z-large
1- needs research

```rust #[derive(SystemParam)] struct CustomParam { res: Res, } ```

C-enhancement
S-programming
0- high priority
Z-medium

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`,...

bug
performance

## 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...

C-Bug
A-Rendering
C-Crash
O-Linux
D-Modest

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...

C-Enhancement
A-UI
A-Text

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...