iced/examples/tour
Héctor Ramón Jiménez e11b5c614f Revert "Target physical pixels for quads in iced_glow"
This reverts commit 45511a442f.
2020-05-28 22:57:30 +02:00
..
images Package examples and remove dev-dependencies 2020-01-20 06:27:01 +01:00
src Revert "Target physical pixels for quads in iced_glow" 2020-05-28 22:57:30 +02:00
Cargo.toml Implement iced_glutin 🎉 2020-05-21 00:44:35 +02:00
README.md Add README for tour example 2020-01-20 06:40:20 +01: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 by following the usage instructions of iced_web or by accessing iced.rs!