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
I am trying to create an app that receives events from an external message source, and update the visualization according to the data received. However, it seems that there is no way to trigger redraw from outside bevy.
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 all,
I am trying to create an app that receives events from an external message source, and update the visualization according to the data received. However, it seems that there is no way to trigger redraw from outside
bevy
.What I have tried:
The issue I have now is that if I use the
Reactive
update mode the system receives messages does not fire untilUpdate
.Any help is really appreciated!
Beta Was this translation helpful? Give feedback.
All reactions