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
We have the re_smart_channel crate that tells us what we are getting data from (from a streaming Python SDK, a File, the network, …). We should have a UI element that shows what we are connected to (perhaps only on hover) and whether more data is still coming (e.g. is the file still loading, or the Python app still running?).
I think it would make sense to but this widget close to the playback controls (play, pause etc). It could be a single icon showing the type of thing we are connected to (what re_smart_channel::Source, file, http-stream, sdk, …) and some sort of modifier to show it is still active. When hovered more data is revealed (the name of the loaded file, for instance).
The text was updated successfully, but these errors were encountered:
We have the
re_smart_channel
crate that tells us what we are getting data from (from a streaming Python SDK, a File, the network, …). We should have a UI element that shows what we are connected to (perhaps only on hover) and whether more data is still coming (e.g. is the file still loading, or the Python app still running?).I think it would make sense to but this widget close to the playback controls (play, pause etc). It could be a single icon showing the type of thing we are connected to (what
re_smart_channel::Source
, file, http-stream, sdk, …) and some sort of modifier to show it is still active. When hovered more data is revealed (the name of the loaded file, for instance).The text was updated successfully, but these errors were encountered: