slint/examples/bevy
Simon Hausmann 3101104f5c Switch from WGPU 24 to WGPU 25
- Use a version of FemtoVG that uses WGPU 25
- Rename the unstable-wgpu-24 feature and wgpu_24 module
- Fetch bevy from a revision on master branch that switches to WGPU 25
- Move the bevy example out of the common workspace: That way users of the repo don't get bevy pulled from git, unless they want to build the bevy example.
2025-07-09 11:30:05 +02:00
..
.gitignore Switch from WGPU 24 to WGPU 25 2025-07-09 11:30:05 +02:00
Cargo.toml Switch from WGPU 24 to WGPU 25 2025-07-09 11:30:05 +02:00
main.rs Switch from WGPU 24 to WGPU 25 2025-07-09 11:30:05 +02:00
README.md bevy example: Update screenshot in readme 2025-06-02 13:26:23 +02:00
slint_bevy_adapter.rs Switch from WGPU 24 to WGPU 25 2025-07-09 11:30:05 +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:

cargo run -p bevy-example