Skip to content
Discussion options

You must be logged in to vote

What @2bndy5 said is correct, because Dart runtime must occupy the main thread. Dart's event loop(its entire async system) runs on the main thread as soon as the Flutter app launches, and there's nothing we can do about it.

I'm not sure if Bevy can run on a different thread, but if it can't, the only solution might be running it in a separate executable process.

Replies: 6 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by temeddix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #513 on February 16, 2025 12:17.