iced-mobile/examples/tour
Héctor Ramón d3d6f3efb3 Add some horizontal padding to `toggler` section in `tour` example 2021-06-03 20:35:26 +07:00
..
images Package examples and remove `dev-dependencies` 2020-01-20 06:27:01 +01:00
src Add some horizontal padding to `toggler` section in `tour` example 2021-06-03 20:35:26 +07:00
Cargo.toml Update `env_logger` in `tour` and `integration` examples 2020-11-10 19:12:28 +01:00
README.md Add `README` for `tour` example 2020-01-20 06:40:20 +01:00

README.md

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 by following the usage instructions of iced_web or by accessing iced.rs!