bevy_webview

Crates.iobevy_webview
lib.rsbevy_webview
version0.2.2
sourcesrc
created_at2022-01-27 17:42:17.003095
updated_at2022-04-17 08:21:04.24086
descriptionRapidly iterate and build Bevy UI's with existing web-based technologies
homepage
repositoryhttps://github.com/blaind/bevy_webview
max_upload_size
id522679
size1,892,564
Mika (blaind)

documentation

README

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.

Commit count: 7

cargo fmt