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 need to access the EventLoop directly as part of my challenge to integrate bevy with tauri.
I found this issue: #2127, it's closed though I'm not sure if it was really solved.
Is there any way I can currently access the event loop directly with Tauri?
I was looking into the source code of tuari, and it seems like the Wry stores the event loop. If I could somehow get access to the Wry instance and call wry.event_loop.run(...) that would be perfect.
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
-
I need to access the EventLoop directly as part of my challenge to integrate bevy with tauri.
I found this issue: #2127, it's closed though I'm not sure if it was really solved.
Is there any way I can currently access the event loop directly with Tauri?
I was looking into the source code of tuari, and it seems like the
Wry
stores the event loop. If I could somehow get access to the Wry instance and callwry.event_loop.run(...)
that would be perfect.Beta Was this translation helpful? Give feedback.
All reactions