Where to Implement AppLabel
#2629
-
I was going to work on using labels instead of indices for sub-apps for the new pipelined renderer, but I wanted some guidance on where we wanted the label code implemented. Currently all of our labels are trapped in the In that case I think we would need a new If we wanted to avoid some extra code duplication we could create a new |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I think putting the majority of the code for implementing labels in a separate crate, or perhaps bevy_utils would be the correct choice |
Beta Was this translation helpful? Give feedback.
I think putting the majority of the code for implementing labels in a separate crate, or perhaps bevy_utils would be the correct choice