-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
headless_defaults
example displays an empty window
#5260
Comments
The examples readme says that the example is:
The purpose of the example is to test that everything works if no wgpu backends are set, which is required because This issue and the other comment (#3155 (comment)) suggests that people are struggling to understand this example, so it could probably do with a rename - maybe |
Yes, it makes more sense. And I think we also should note in the example description that the window will be present. |
Cool, will do. |
…engine#5263) # Objective - Reduce confusion as the example opens a window and isn't truly "headless" - Fixes bevyengine#5260. ## Solution - Rename the example and add to the docs that the window is expected.
…engine#5263) # Objective - Reduce confusion as the example opens a window and isn't truly "headless" - Fixes bevyengine#5260. ## Solution - Rename the example and add to the docs that the window is expected.
…engine#5263) # Objective - Reduce confusion as the example opens a window and isn't truly "headless" - Fixes bevyengine#5260. ## Solution - Rename the example and add to the docs that the window is expected.
Bevy version
518408dfdaa8884ba86a71512de2a7d57848413d
What you did
Run
cargo run --example headless_defaults
What went wrong
It isn't headless...a window is displayed:
I expected no window to be displayed.
The text was updated successfully, but these errors were encountered: