mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-31 07:37:24 +00:00
14 lines
459 B
Markdown
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.
|
|
|
|

|
|
|
|
On a desktop system, run the demo with the following command:
|
|
```sh
|
|
cargo run -p bevy-example
|
|
```
|