bevy_wry

Crates.iobevy_wry
lib.rsbevy_wry
version0.1.10
sourcesrc
created_at2024-01-25 10:58:44.558132
updated_at2024-08-14 22:49:35.173113
descriptionA tauri-apps/wry integration with Bevy engine
homepage
repositoryhttps://github.com/PawelBis/bevy_wry
max_upload_size
id1113682
size176,516
Paweł Bis (PawelBis)

documentation

README

About

'bevy_wry' is a bevy plugin that provides integration with wry - a cross platform webview rendering library written in rust.

BevyWry allows for bevy::Event based communication with WebView:

Please keep in mind that you will have to add this patch to use bevy_wry:

[patch.crates-io]
# At the moment http disallows empty authority and invalidates uris like: "file:///path/to/file"
http = { git = "https://github.com/PawelBis/http", branch = "feature/empty-authority" }

Examples

  • fullscreen - how to create and use fullscreen webview with transparency. Linux and Windows doesn't support transparency at the moment
  • anchors

Run an example with: cargo run --example=example_name

Commit count: 0

cargo fmt