Member-only story
Build Awesome GUI’s With Rust
Welcome back! Rust is an awesome programming language with a ton of capability, so let’s take a look at one of the coolest things about Rust, developing GUI’s! Now, the specific library we’ll be using is called Iced, it is a GUI package that’s also hosted on GitHub, check out this library below:
This specific library has a ton of features built in, it also prides itself on essentially having “batteries included”:
Their GitHub page has alot of information about the process of building out a GUI, so be sure to check out their GitHub page above. To add to this, they also have an examples page, this essentially showcases some of the capability behind this package: