slint/examples/carousel
2025-07-04 18:35:52 +02:00
..
cpp Domain: slint-ui.com -> slint.dev 2023-06-16 10:55:08 +02:00
esp-idf esp-idf: Remove the S3-USB-OTG example 2025-06-25 10:31:41 +02:00
node Bump version number to 1.13.0 2025-06-26 13:30:43 +00:00
rust Bump version number to 1.13.0 2025-06-26 13:30:43 +00:00
ui Examples/Demos: fix warning about unused padding 2025-07-04 18:35:52 +02:00
README.md examples: Fix links in READMEs 2024-09-14 14:44:41 +02:00

A custom carousel widget that can be controlled by touch, mouse and keyboard

The example can be run on desktop, wasm and mcu platforms

.slint Design Rust Source C++ Source Node Source Online wasm Preview Open in SlintPad
ui.slint main.rs main.cpp main.js Online simulation Preview in Online Code Editor

Screenshot of the Carousel Demo

See the MCU backend Readme to see how to run the example on a smaller device like the Raspberry Pi Pico.

The example can run with the mcu simulator with the following command

cargo run -p carousel --no-default-features --features=simulator --release