You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only the Main and Render applications currently set their update_schedule explicitly in Bevy's code base. However, this step seems required for any custom App. Should we better document this? OR maybe we could update the App creation API so it is no longer possible to forget this step?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am using Bevy to develop a small embedded SW application.
Since I want full control, I am currently setting my
App
from scratch usingApp::empty()
.Looking at app.rs, I see the following code in App default implementation.
Only the Main and Render applications currently set their
update_schedule
explicitly in Bevy's code base. However, this step seems required for any customApp
. Should we better document this? OR maybe we could update the App creation API so it is no longer possible to forget this step?What do you think?
Beta Was this translation helpful? Give feedback.
All reactions