Skip to content

PawelBis/bevy_wry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

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

BevyWry relies on bevy@0.14 observer pattern.

  • Events can be sent to specific WebView via 'commands.trigger_targets'
  • Events can be received via observer system, observing for 'Trigger'

This plugin is in EARLY and EXPERIMENTAL stage.

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages