-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Native Tick Timers #1633
Copy link
Copy link
Open
Labels
A-TimeInvolves time keeping and reportingInvolves time keeping and reportingC-FeatureA new feature, making something new possibleA new feature, making something new possibleC-UsabilityA targeted quality-of-life change that makes Bevy easier to useA targeted quality-of-life change that makes Bevy easier to useX-Needs-SMEThis type of work requires an SME to approve it.This type of work requires an SME to approve it.
Metadata
Metadata
Assignees
Labels
A-TimeInvolves time keeping and reportingInvolves time keeping and reportingC-FeatureA new feature, making something new possibleA new feature, making something new possibleC-UsabilityA targeted quality-of-life change that makes Bevy easier to useA targeted quality-of-life change that makes Bevy easier to useX-Needs-SMEThis type of work requires an SME to approve it.This type of work requires an SME to approve it.
What problem does this solve or what need does it fill?
From the bevy_tick_timers crate.
There are three arguments for moving this in-tree IMO:
What solution would you like?
Borrow from @maplant's solid foundation and create a Bevy drop-in-replacement for ordinary real-time timers.
What alternative(s) have you considered?
Continue to rely on a third-party library. I've argued above why I think this is inferior.
Additional context
None.