bevy_child_window
This library provides a way to create an embed child window in Bevy.
This is a library for
bevy_webview_wry, but
can be used in generic bevy applications.

Supported platforms
| Platform | usable |
|---|---|
| Windows | ✅ |
| MacOS | ✅ |
| Linux(X11) | ❌ |
| Linux(Wayland) | ❌ |
| Web | ❌ |
| Android | ❌ |
| iOS | ❌ |
Usage
You can create the window as child by adding ParentWindow component to the entity.
use *;
use ;
use *;
ChangeLog
Please see here.
Compatible Bevy versions
| bevy_child_window | bevy |
|---|---|
| 0.1.0 ~ | 0.15 |
License
This crate is licensed under the MIT License or the Apache License 2.0.
Contributing
Welcome to contribute by PR and issues!