slint/examples/bevy
Simon Hausmann df47f0b4ef femtovg: Upgrade to wgpu 27
Also:
 - The newer version of femtovg permits disabling text layouting, so this means less dependencies
 - Skia is the only renderer left to support wgpu 26, so unstable-wgpu-26 now implies a dependency to renderer-skia

Closes #9605
2025-10-07 14:13:52 +02:00
..
.gitignore Switch from WGPU 24 to WGPU 25 2025-07-09 11:30:05 +02:00
Cargo.toml femtovg: Upgrade to wgpu 27 2025-10-07 14:13:52 +02:00
main.rs Disable Vulkan safely 2025-09-09 16:23:08 +02:00
README.md Bevy Example: Update screenshot 2025-08-29 10:19:26 +02:00
slint_bevy_adapter.rs Update to a newer Bevy snapshot, closer to 0.17 2025-09-11 18:04:15 +02:00
web_asset.rs Add example of rendering a Bevy scene into Slint (#8380) 2025-05-19 15:25:40 +02:00

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