bevy_webview
bevy_webview copied to clipboard
Rapidly iterate and build Bevy UI's with existing web-based technologies
bevy_webview WIP

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)

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
- Apache License, Version 2.0 or
- MIT license
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.