# slint_bevy **Repository Path**: lionelfung/slint_bevy ## Basic Information - **Project Name**: slint_bevy - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-27 - **Last Updated**: 2026-02-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### `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/01b824cd-c2b2-4366-a1f4-5c4895a35976) On a desktop system, run the demo with the following command: ```sh cd examples/bevy cargo run ```