slint/examples/bevy
Simon Hausmann 16e9228e46 Bevy example: Fix compilation
The example is not part of the workspace, so we can't use
workspace.edition. Upgrade to 2024 formatting while at it.
2025-12-10 08:21:15 +01:00
..
.gitignore
Cargo.toml Bevy example: Fix compilation 2025-12-10 08:21:15 +01:00
main.rs Disable Vulkan safely 2025-09-09 16:23:08 +02:00
README.md Remove license header from .md/.mdx files 2025-12-04 21:58:09 +01:00
slint_bevy_adapter.rs Bevy example: Fix compilation 2025-12-10 08:21:15 +01:00
web_asset.rs

bevy

This example shows how to integrate Bevy 3D rendering into Slint, using WGPU.

The example can be run on desktop platforms.

Screenshot of the Bevy Demo

On a desktop system, run the demo with the following command:

cd examples/bevy
cargo run