-
Notifications
You must be signed in to change notification settings - Fork 122
Open
Description
Creating this issue to track some things that will need to be propagated once bevy 0.9 drops.
- Manually deriving
Resource
for all resource types [Merged by Bors] - MakeResource
trait opt-in, requiring#[derive(Resource)]
V2 bevyengine/bevy#5577 - Handle have an
id
property. Bracket-Bevy is using the Mesh handle for its rendering. id is now around a getter method.handle.id => handle.id()
- Stageless is a huge overhaul within bevy. Its been MONTHs in the works and is a major refactor to the ECS code and code utilizing bevy-ecs. I believe the RFC stages removing stages, so as we get closer to the final merge in bevy, we will have a better understanding if stages need to be handled within bracket-bevy as well (currently you use them for your systems)
- Unicode support?
overheat
Metadata
Metadata
Assignees
Labels
No labels