slint/examples/carousel
Simon Hausmann 8b18bf6ea6 Remove the s2 kaluga kit from the esp-idf nightly tests
This configuration has been causing build issues for many weeks now and this isn't something we've ever seen in production.

cc #6713
2024-11-26 15:16:31 +01:00
..
cpp Domain: slint-ui.com -> slint.dev 2023-06-16 10:55:08 +02:00
esp-idf Remove the s2 kaluga kit from the esp-idf nightly tests 2024-11-26 15:16:31 +01:00
node Fix fallback to source builds 2024-11-14 12:25:42 +01:00
rust Bump version number to 1.9.0 2024-09-25 11:49:15 +00:00
ui Rename SwipeGestureRecognizer to SwipeGestureHandler 2024-09-18 16:37:27 +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