
### `bevy`

This example shows how to integrate [Bevy](https://bevyengine.org) 3D rendering into Slint, using WGPU.

The example can be run on desktop platforms.

![Screenshot of the Bevy Demo](https://github.com/user-attachments/assets/01b824cd-c2b2-4366-a1f4-5c4895a35976)

On a desktop system, run the demo with the following command:
```sh
cd examples/bevy
cargo run
```
