#webview #bevy-ui #keyboard-input #iterate #existing #rapidly #build

bevy_webview

Rapidly iterate and build Bevy UI's with existing web-based technologies

4 releases

0.2.2 Apr 17, 2022
0.2.1 Apr 17, 2022
0.2.0 Apr 17, 2022
0.0.1 Jan 27, 2022

#1661 in Game dev

Apache-2.0 OR MIT

1MB
2.5K SLoC

bevy_webview WIP   Build Status Latest Version Docs Version

Rapidly iterate and build Bevy UI's with existing web-based technologies

It is currently very early days of this plugin - only Linux supported at the moment, many things are broken (e.g. keyboard input, mouse interaction except a primary button)

Example

Supported platforms: Linux. Windows being evaluated, Mac probably doable (pull requests welcome, #6). Android & IOS are currently unchartered territory.

The plugin uses platform-native webviews (webkitgtk on Linux, will use WebView2 on Windows). Core traits are exposed for integrating other webview engines.

Docs

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the software by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Acknowledgement

Huge thanks to the authors and contributors of tauri-apps/wry for their groundbreaking work upon which this crate is not only based, but also leans heavily upon.

Dependencies

~39–83MB
~1M SLoC