https://github.com/nicksenger/trollbox
Iced GUI workshop
https://github.com/nicksenger/trollbox
grpc gui iced-rs real-time
Last synced: 5 months ago
JSON representation
Iced GUI workshop
- Host: GitHub
- URL: https://github.com/nicksenger/trollbox
- Owner: nicksenger
- Created: 2022-05-04T17:11:08.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-01T15:56:08.000Z (almost 4 years ago)
- Last Synced: 2025-09-06T22:40:56.056Z (7 months ago)
- Topics: grpc, gui, iced-rs, real-time
- Language: Rust
- Homepage:
- Size: 56.6 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Iced Workshop
Welcome to the Iced GUI workshop!
Over the course of the hour we will be building a lightweight chat client (a trollbox) in Rust.
Before getting started, here are a few steps to complete on your own:
- Install rustup: https://rustup.rs/
- Clone this repository, navigate to it, and run `cargo check`. This will retrieve the dependencies and ensure that your Rust installation is good to go.