-
-
Notifications
You must be signed in to change notification settings - Fork 4k
Open
Labels
A-ECSEntities, components, systems, and eventsEntities, components, systems, and eventsC-UsabilityA targeted quality-of-life change that makes Bevy easier to useA targeted quality-of-life change that makes Bevy easier to useD-StraightforwardSimple bug fixes and API improvements, docs, test and examplesSimple bug fixes and API improvements, docs, test and examples
Milestone
Description
What problem does this solve or what need does it fill?
Multiple AppExit
events in a buffer doesn't make sense, and would be better modeled as an observer event. This would be more performant for plugins to react to app exits, rather than having to schedule a system that runs every frame.
What solution would you like?
Swap AppExit
to an observer event.
What alternative(s) have you considered?
Weird status quo.
Diddykonga and martinfrances107
Metadata
Metadata
Assignees
Labels
A-ECSEntities, components, systems, and eventsEntities, components, systems, and eventsC-UsabilityA targeted quality-of-life change that makes Bevy easier to useA targeted quality-of-life change that makes Bevy easier to useD-StraightforwardSimple bug fixes and API improvements, docs, test and examplesSimple bug fixes and API improvements, docs, test and examples