Running headless/without a gui #4860
Answered
by
bjorn3
Bindernews
asked this question in
Q&A
-
I'm planning to build a server component for a game so it'll need to be able to run headless. Does Bevy support this? For context, I'm trying to build a simulator for a specific part of the game. And no, I unfortunately cannot re-use the original game. It's not designed for that in any way. |
Beta Was this translation helpful? Give feedback.
Answered by
bjorn3
May 27, 2022
Replies: 1 comment 1 reply
-
I believe you can do something like bevy/examples/app/headless_defaults.rs Lines 8 to 12 in c89af06 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Bindernews
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe you can do something like
bevy/examples/app/headless_defaults.rs
Lines 8 to 12 in c89af06