bevy-web-resizer

Automatically resize your Bevy app on the web (wasm) to the size of the browser window

Downloads
12.5K
Stars
15
Committers
1

bevy-web-resizer

Automatically resize your Bevy app on the web (wasm) to the size of the browser window.

#[cfg(target_arch = "wasm32")]
{
    app.add_plugin(bevy_web_resizer::Plugin);
}

⚠️ Note: this functionality is now built into Bevy and this crate will no longer be maintained.