Skip to content

fogarecious/iced_tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Tutorial of Iced library.

Topics

Resources

Stars

Watchers

Forks

Contributors 6

Languages