![]() # Objective - We currently default to "App" for the window title, it would be nice if examples had more descriptive names ## Solution - Use `std::env::current_exe` to try to figure out a default title. If it's not present. Use "App". ## Testing - I tested that examples that set a custom title still use the custom title and that examples without a custom title use the example name --- ### Showcase Here's the 3d_scene example:  ### Notes Here's a previous attempt at this from a few years ago https://github.com/bevyengine/bevy/pull/3404 There's some relevant discussion in there, but cart's decision was to default to "App" when no name was found. --------- Co-authored-by: Zachary Harrold <zac@harrold.com.au> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md |