Skip to content
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

Make headless_defaults example actually headless #5261

Closed
wants to merge 2 commits into from

Conversation

LegNeato
Copy link
Contributor

@LegNeato LegNeato commented Jul 9, 2022

Fixes #5260

Copy link
Member

@DJMcNab DJMcNab left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't really like this change - it misses that the point of the example is to test running a complete bevy application without the renderer, and to ensure we support that. This capability would be useful if alternative renderers are being used.

I'm not quite sure on the reason for the headless mode existing aside from just disabling the render feature (although testing it would require more set-up)

examples/app/headless_defaults.rs Outdated Show resolved Hide resolved
@LegNeato
Copy link
Contributor Author

LegNeato commented Jul 9, 2022

The example is not what one would commonly consider headless...so perhaps the change here is to rename it if the behavior is intended?

@LegNeato
Copy link
Contributor Author

LegNeato commented Jul 9, 2022

Abandoning this in favor of renaming

@LegNeato LegNeato closed this Jul 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

headless_defaults example displays an empty window
2 participants