Demos

Filter content by

Slint on Raspberry Pi Pico / RP2040 with 264K of RAM

This video shows a demo application running on an Raspberry Pi Pico MCU: a RP2040 ARM Cortex M0 with 264K of RAM and 2M of flash, attached to a 320x240 waveshare display connected via SPI. More info on the blog "Porting Slint to microcontrollers".

Slint on STM32H7 MCU

Demo of Slint running on an STM32H735G-DK board.

Energy Monitor Demo

#industrial

energy monitor demo

The demo shows responsive design feature of Slint as it can adapt to different screen resolutions.

Printer Demo

#consumer

printer demo

The demo shows the multi-programming support feature of Slint. The UI can be driven by three different backends, each backend implemented in a different language - Rust, C++, and JavaScript.

Widget Gallery (Material Design)

Widget Gallery in Material Design

Material is a design system created by Google to help teams build high-quality digital experiences for Android, iOS, Flutter, and the web. The demo shows a gallery of widgets implemented in Material Design.

Widget Gallery (Fluent Design)

Widget Gallery in Fluent Design

Fluent is an open-source, cross-platform design system that gives designers and developers the frameworks they need to create engaging product experiences—accessibility, internationalization, and performance included. The demo shows a gallery of widgets implemented in Fluent Design.

Slide Puzzle

Slide Puzzle Game

Example based on the flutter slide_puzzle example to compare Slint and Flutter. More info in the GitHub repo.

See more Examples