iced-mobile/examples/tour_glow
Olivier 'reivilibre' 343e6332d7 Format code 2021-06-26 20:19:55 +01:00
..
src Format code 2021-06-26 20:19:55 +01:00
Cargo.toml Add tour_glow for OpenGL platforms 2021-06-26 16:09:25 +01:00
README.md Add tour_glow for OpenGL platforms 2021-06-26 16:09:25 +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!