bevy_webview

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

OTHER License

Downloads
2.4K
Stars
50
Committers
1

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)

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.