iced/examples/tour
Héctor Ramón Jiménez 9852b4b364
Move Icon layout logic to layout in text_input
Also add `Icon::spacing` field.
2023-04-11 05:46:14 +02:00
..
fonts Removed text_input example in favor for Tour 2023-04-11 05:11:23 +02:00
images [ImgBot] Optimize images 2022-02-07 23:13:29 +07:00
src Move Icon layout logic to layout in text_input 2023-04-11 05:46:14 +02:00
Cargo.toml Update Rust edition to 2021 🎉 2022-02-09 17:57:44 +07:00
index.html Add index.html for todos and tour example 2022-01-29 16:08:16 +07:00
README.md Update web instructions of the tour example 2022-06-10 18:12:54 +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