slint/examples/bevy/README.md
2025-06-02 13:26:23 +02:00

14 lines
459 B
Markdown

<!-- Copyright © SixtyFPS GmbH <info@slint.dev> ; SPDX-License-Identifier: MIT -->
### `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/cc4ed152-fc42-40a8-aba8-944add286dea)
On a desktop system, run the demo with the following command:
```sh
cargo run -p bevy-example
```