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
Rename headless_defaults example to no_renderer for clarity (#5263)
# Objective
- Reduce confusion as the example opens a window and isn't truly "headless"
- Fixes#5260.
## Solution
- Rename the example and add to the docs that the window is expected.
Copy file name to clipboardExpand all lines: examples/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -143,8 +143,8 @@ Example | Description
143
143
[Empty](../examples/app/empty.rs) | An empty application (does nothing)
144
144
[Empty with Defaults](../examples/app/empty_defaults.rs) | An empty application with default plugins
145
145
[Headless](../examples/app/headless.rs) | An application that runs without default plugins
146
-
[Headless with Defaults](../examples/app/headless_defaults.rs) | An application that runs with default plugins, but without an actual renderer
147
146
[Logs](../examples/app/logs.rs) | Illustrate how to use generate log output
147
+
[No Renderer](../examples/app/no_renderer.rs) | An application that runs with default plugins and displays an empty window, but without an actual renderer
148
148
[Plugin](../examples/app/plugin.rs) | Demonstrates the creation and registration of a custom plugin
149
149
[Plugin Group](../examples/app/plugin_group.rs) | Demonstrates the creation and registration of a custom plugin group
150
150
[Return after Run](../examples/app/return_after_run.rs) | Show how to return to main after the Bevy app has exited
0 commit comments