Skip to content

Latest commit

 

History

History
107 lines (92 loc) · 4.71 KB

File metadata and controls

107 lines (92 loc) · 4.71 KB

Unofficial Tutorial Of Iced Library

Iced is a cross-platform GUI library for Rust. This tutorial serves as a quick start for the library.

How to use this tutorial

We try to keep each part of the tutorial as simple as possible. The examples usually explain diverse ways of accomplishing the same task. Each markdown file contains a complete example that is also available in the examples directory. To run the examples, you can use the following command:

cargo run --example <example_name>

This tutorial is for the latest Iced version (v0.13.1) For older Iced versions, please refer to the following branches:

Contents

See Also

Contributions

Pull requests for typos, incorrect information, or other ideas are welcome!

License

All code in the tutorial is provided under the MIT License.