iced/examples/tour
2024-12-12 03:15:32 +01:00
..
images [ImgBot] Optimize images 2022-02-07 23:13:29 +07:00
src Add label method to Toggler 2024-09-11 00:22:39 +02:00
Cargo.toml Embed and use Fira Sans as default font when testing 2024-12-12 03:15:32 +01:00
index.html Make Canvas fill the parent container on Wasm 2024-02-20 02:51:47 +01:00
README.md Host GIFs and video examples in iced.rs 2023-09-07 05:05:43 +02:00

Tour

A simple UI tour that can run both on native platforms and the web! It showcases different widgets that can be built using Iced.

The main file contains all the code of the example! All the cross-platform GUI is defined in terms of state, messages, update logic and view logic.

You can run the native version with cargo run:

cargo run --package tour

The web version can be run with trunk:

cd examples/tour
trunk serve