Skip to content

Bevy 0.9 #308

@HexSleeves

Description

@HexSleeves

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] - Make Resource 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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions