Ida "Iyes"

Results 73 issues of Ida "Iyes"

Show the basics of Bevy Reflection, and common caveats: - derive reflection - explain reflection "as value" - explain that components need extra reflect attribute - type registration

C-enhancement
S-meta
0- high priority
Z-large

Common use case: adding heron colliders for physics, or any number of other custom behaviors, to 3d objects that are loaded from a GLTF. Note to self: this seems like...

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

Show how to access internal ECS metadata for advanced use cases: `Archetypes`, `Components`, `Entities`, ...

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

The following programming pattern: Having a system that uses `Added` detection, that "configures" entities by adding extra components and stuff to them. Spawning "unconfigured" ("blueprint") entities that have the marker...

C-enhancement
Z-large
S-patterns

Heron is a nice established and popular community plugin for using the Rapier physics engine. So many games require collisions and physics; it would be very valuable to the community...

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

If you create your own Meshes, they must include all the data that the bevy PBR renderer requires, or they will not render. Document that Bevy currently requires all meshes...

C-enhancement
0- high priority
Z-medium
S-3D

Going beyond simple things like compiler optimizations: - diagnostics - tracing configs - asset hot-reload support - vsync - etc https://discord.com/channels/691052431525675048/937158127491633152/947469434472239114

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

Show how to configure WGPU: selection of backend, adapter, features, etc...

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

Page to cover the new update loop power management control in Bevy 0.7.

C-enhancement
S-features
Z-medium

The queries page has some issues: - Does not cover a lot of the newer syntax that was added to bevy in recent releases - Is too dense, introduces a...

C-enhancement
S-programming
Z-large